ACE_OutputCDR::from_wstring Struct Reference

#include <CDR_Stream.h>

List of all members.

Public Member Functions

 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::WCharval_
ACE_CDR::ULong bound_
ACE_CDR::Boolean nocopy_


Constructor & Destructor Documentation

ACE_INLINE ACE_OutputCDR::from_wstring::from_wstring ACE_CDR::WChar ws,
ACE_CDR::ULong  b,
ACE_CDR::Boolean  nocopy = 0
 

Definition at line 98 of file CDR_Stream.inl.

References ACE_CDR::Boolean, ACE_CDR::ULong, and ACE_CDR::WChar.

00101   : val_ (ws),
00102     bound_ (b),
00103     nocopy_ (nocopy)
00104 {
00105 }

ACE_INLINE ACE_OutputCDR::from_wstring::from_wstring const ACE_CDR::WChar ws,
ACE_CDR::ULong  b,
ACE_CDR::Boolean  nocopy = 0
 

Definition at line 108 of file CDR_Stream.inl.

References ACE_CDR::Boolean, ACE_CDR::ULong, and ACE_CDR::WChar.

00111   : val_ (const_cast<ACE_CDR::WChar *> (ws)),
00112     bound_ (b),
00113     nocopy_ (nocopy)
00114 {
00115 }


Member Data Documentation

ACE_CDR::ULong ACE_OutputCDR::from_wstring::bound_
 

Definition at line 201 of file CDR_Stream.h.

Referenced by operator<<().

ACE_CDR::Boolean ACE_OutputCDR::from_wstring::nocopy_
 

Definition at line 202 of file CDR_Stream.h.

ACE_CDR::WChar* ACE_OutputCDR::from_wstring::val_
 

Definition at line 200 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:26:17 2006 for ACE by doxygen 1.3.6