ACE_InputCDR::to_wstring Struct Reference

#include <CDR_Stream.h>

List of all members.

Public Member Functions

 to_wstring (ACE_CDR::WChar *&ws, ACE_CDR::ULong b)
 to_wstring (const ACE_CDR::WChar *&ws, ACE_CDR::ULong b)

Public Attributes

const ACE_CDR::WChar *& val_
ACE_CDR::ULong bound_


Constructor & Destructor Documentation

ACE_INLINE ACE_InputCDR::to_wstring::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.

Definition at line 118 of file CDR_Stream.inl.

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

00120   : val_ (const_cast<const ACE_CDR::WChar *&> (ws)),
00121     bound_ (b)
00122 {
00123 }

ACE_INLINE ACE_InputCDR::to_wstring::to_wstring const ACE_CDR::WChar *&  ws,
ACE_CDR::ULong  b
 

Definition at line 126 of file CDR_Stream.inl.

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

00128   : val_ (ws),
00129     bound_ (b)
00130 {
00131 }


Member Data Documentation

ACE_CDR::ULong ACE_InputCDR::to_wstring::bound_
 

Definition at line 698 of file CDR_Stream.h.

Referenced by operator>>().

const ACE_CDR::WChar*& ACE_InputCDR::to_wstring::val_
 

Definition at line 697 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:23:33 2006 for ACE by doxygen 1.3.6