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_


Detailed Description

Definition at line 214 of file CDR_Stream.h.


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.

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.

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 223 of file CDR_Stream.h.

Referenced by operator<<().

ACE_CDR::Boolean ACE_OutputCDR::from_wstring::nocopy_

Definition at line 224 of file CDR_Stream.h.

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

Definition at line 222 of file CDR_Stream.h.

Referenced by operator<<().


The documentation for this struct was generated from the following files:
Generated on Tue Feb 2 17:35:26 2010 for ACE by  doxygen 1.4.7