#include <CDR_Stream.h>
Public Methods | |
| from_string (ACE_CDR::Char *s, ACE_CDR::ULong b, ACE_CDR::Boolean nocopy=0) | |
| from_string (const ACE_CDR::Char *s, ACE_CDR::ULong b, ACE_CDR::Boolean nocopy=0) | |
Public Attributes | |
| ACE_CDR::Char * | val_ |
| ACE_CDR::ULong | bound_ |
| ACE_CDR::Boolean | nocopy_ |
|
||||||||||||||||
|
Definition at line 56 of file CDR_Stream.i. References ACE_CDR::Boolean, ACE_CDR::Char, and ACE_CDR::ULong.
|
|
||||||||||||||||
|
Definition at line 66 of file CDR_Stream.i. References ACE_CDR::Boolean, ACE_CDR::Char, and ACE_CDR::ULong.
00069 : val_ (ACE_const_cast (ACE_CDR::Char *, s)), 00070 bound_ (b), 00071 nocopy_ (nocopy) 00072 { 00073 } |
|
|
Definition at line 179 of file CDR_Stream.h. Referenced by operator<<. |
|
|
Definition at line 180 of file CDR_Stream.h. |
|
|
Definition at line 178 of file CDR_Stream.h. Referenced by operator<<. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002