ACE_InputCDR::to_string Struct Reference

#include <CDR_Stream.h>

List of all members.

Public Member Functions

 to_string (ACE_CDR::Char *&s, ACE_CDR::ULong b)
 to_string (const ACE_CDR::Char *&s, ACE_CDR::ULong b)

Public Attributes

const ACE_CDR::Char *& val_
ACE_CDR::ULong bound_


Constructor & Destructor Documentation

ACE_INLINE ACE_InputCDR::to_string::to_string ACE_CDR::Char *&  s,
ACE_CDR::ULong  b
 

Deprecated:
The constructor taking a non-const string is now deprecated (C++ mapping 00-01-02), but we keep it around for backward compatibility.

Definition at line 82 of file CDR_Stream.inl.

References ACE_CDR::Char, and ACE_CDR::ULong.

00084   : val_ (const_cast<const ACE_CDR::Char *&> (s)),
00085     bound_ (b)
00086 {
00087 }

ACE_INLINE ACE_InputCDR::to_string::to_string const ACE_CDR::Char *&  s,
ACE_CDR::ULong  b
 

Definition at line 90 of file CDR_Stream.inl.

References ACE_CDR::Char, and ACE_CDR::ULong.

00092   : val_ (s),
00093     bound_ (b)
00094 {
00095 }


Member Data Documentation

ACE_CDR::ULong ACE_InputCDR::to_string::bound_
 

Definition at line 685 of file CDR_Stream.h.

Referenced by operator>>().

const ACE_CDR::Char*& ACE_InputCDR::to_string::val_
 

Definition at line 684 of file CDR_Stream.h.

Referenced by operator>>().


The documentation for this struct was generated from the following files:
Generated on Thu Nov 9 11:23:33 2006 for ACE by doxygen 1.3.6