Public Member Functions | Public Attributes

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


Constructor & Destructor Documentation

ACE_OutputCDR::from_wstring::from_wstring ( ACE_CDR::WChar ws,
ACE_CDR::ULong  b,
ACE_CDR::Boolean  nocopy = 0 
) [inline]

Definition at line 98 of file CDR_Stream.inl.

  : val_ (ws),
    bound_ (b),
    nocopy_ (nocopy)
{
}

ACE_OutputCDR::from_wstring::from_wstring ( const ACE_CDR::WChar ws,
ACE_CDR::ULong  b,
ACE_CDR::Boolean  nocopy = 0 
) [inline]

Definition at line 108 of file CDR_Stream.inl.

  : val_ (const_cast<ACE_CDR::WChar *> (ws)),
    bound_ (b),
    nocopy_ (nocopy)
{
}


Member Data Documentation

Definition at line 224 of file CDR_Stream.h.

Definition at line 225 of file CDR_Stream.h.

Definition at line 223 of file CDR_Stream.h.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines