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_


Detailed Description

Definition at line 765 of file CDR_Stream.h.


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.

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.

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


Member Data Documentation

ACE_CDR::ULong ACE_InputCDR::to_wstring::bound_

Definition at line 775 of file CDR_Stream.h.

Referenced by operator>>().

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

Definition at line 774 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:13 2010 for ACE by  doxygen 1.4.7