ACE_OutputCDR::from_string Struct Reference

#include <CDR_Stream.h>

List of all members.

Public Member Functions

 from_string (ACE_CDR::Char *s, ACE_CDR::ULong b, ACE_CDR::Boolean nocopy=0)
 from_string (const ACE_CDR::Char *s, ACE_CDR::ULong b, ACE_CDR::Boolean nocopy=0)

Public Attributes

ACE_CDR::Charval_
ACE_CDR::ULong bound_
ACE_CDR::Boolean nocopy_


Constructor & Destructor Documentation

ACE_INLINE ACE_OutputCDR::from_string::from_string ACE_CDR::Char s,
ACE_CDR::ULong  b,
ACE_CDR::Boolean  nocopy = 0
 

Definition at line 62 of file CDR_Stream.inl.

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

00065   : val_ (s),
00066     bound_ (b),
00067     nocopy_ (nocopy)
00068 {
00069 }

ACE_INLINE ACE_OutputCDR::from_string::from_string const ACE_CDR::Char s,
ACE_CDR::ULong  b,
ACE_CDR::Boolean  nocopy = 0
 

Definition at line 72 of file CDR_Stream.inl.

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

00075   : val_ (const_cast<ACE_CDR::Char *> (s)),
00076     bound_ (b),
00077     nocopy_ (nocopy)
00078 {
00079 }


Member Data Documentation

ACE_CDR::ULong ACE_OutputCDR::from_string::bound_
 

Definition at line 188 of file CDR_Stream.h.

Referenced by operator<<().

ACE_CDR::Boolean ACE_OutputCDR::from_string::nocopy_
 

Definition at line 189 of file CDR_Stream.h.

ACE_CDR::Char* ACE_OutputCDR::from_string::val_
 

Definition at line 187 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