#include <CDR_Stream.h>
Public Methods | |
| to_string (ACE_CDR::Char *&s, ACE_CDR::ULong b) | |
| The constructor taking a non-const string is now deprecated (C++ mapping 00-01-02), but we keep it around for backward compatibility. More... | |
| to_string (const ACE_CDR::Char *&s, ACE_CDR::ULong b) | |
Public Attributes | |
| const ACE_CDR::Char *& | val_ |
| ACE_CDR::ULong | bound_ |
|
||||||||||||
|
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 76 of file CDR_Stream.i. References ACE_CDR::Char, and ACE_CDR::ULong.
00078 : val_ (ACE_const_cast (const ACE_CDR::Char *&, s)), 00079 bound_ (b) 00080 { 00081 } |
|
||||||||||||
|
Definition at line 84 of file CDR_Stream.i. References ACE_CDR::Char, and ACE_CDR::ULong.
|
|
|
Definition at line 655 of file CDR_Stream.h. Referenced by operator>>. |
|
|
Definition at line 654 of file CDR_Stream.h. Referenced by operator>>. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002