#include <CDR_Stream.h>
Public Methods | |
| to_wstring (ACE_CDR::WChar *&ws, ACE_CDR::ULong b) | |
| The constructor taking a non-const wstring is now deprecated (C++ mapping 00-01-02), but we keep it around for backward compatibility. More... | |
| to_wstring (const ACE_CDR::WChar *&ws, ACE_CDR::ULong b) | |
Public Attributes | |
| const ACE_CDR::WChar *& | val_ |
| ACE_CDR::ULong | bound_ |
|
||||||||||||
|
The constructor taking a non-const wstring is now deprecated (C++ mapping 00-01-02), but we keep it around for backward compatibility.
Definition at line 112 of file CDR_Stream.i. References ACE_CDR::ULong, and ACE_CDR::WChar.
00114 : val_ (ACE_const_cast (const ACE_CDR::WChar *&, ws)), 00115 bound_ (b) 00116 { 00117 } |
|
||||||||||||
|
Definition at line 120 of file CDR_Stream.i. References ACE_CDR::ULong, and ACE_CDR::WChar.
|
|
|
Definition at line 668 of file CDR_Stream.h. Referenced by operator>>. |
|
|
Definition at line 667 of file CDR_Stream.h. Referenced by operator>>. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002