#include <CDR_Stream.h>
Public Methods | |
| from_wstring (ACE_CDR::WChar *ws, ACE_CDR::ULong b, ACE_CDR::Boolean nocopy=0) | |
| from_wstring (const ACE_CDR::WChar *ws, ACE_CDR::ULong b, ACE_CDR::Boolean nocopy=0) | |
Public Attributes | |
| ACE_CDR::WChar * | val_ |
| ACE_CDR::ULong | bound_ |
| ACE_CDR::Boolean | nocopy_ |
|
||||||||||||||||
|
Definition at line 92 of file CDR_Stream.i. References ACE_CDR::Boolean, ACE_CDR::ULong, and ACE_CDR::WChar.
|
|
||||||||||||||||
|
Definition at line 102 of file CDR_Stream.i. References ACE_CDR::Boolean, ACE_CDR::ULong, and ACE_CDR::WChar.
00105 : val_ (ACE_const_cast (ACE_CDR::WChar *, ws)), 00106 bound_ (b), 00107 nocopy_ (nocopy) 00108 { 00109 } |
|
|
Definition at line 192 of file CDR_Stream.h. Referenced by operator<<. |
|
|
Definition at line 193 of file CDR_Stream.h. |
|
|
Definition at line 191 of file CDR_Stream.h. Referenced by operator<<. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002