Public Member Functions | Public Attributes

ACE_InputCDR::to_string Struct Reference

#include <CDR_Stream.h>

List of all members.

Public Member Functions

 to_string (ACE_CDR::Char *&s, ACE_CDR::ULong b)
 to_string (const ACE_CDR::Char *&s, ACE_CDR::ULong b)

Public Attributes

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

Detailed Description

Definition at line 755 of file CDR_Stream.h.


Constructor & Destructor Documentation

ACE_InputCDR::to_string::to_string ( ACE_CDR::Char *&  s,
ACE_CDR::ULong  b 
) [inline]
Deprecated:
The constructor taking a non-const string is now deprecated (C++ mapping 00-01-02), but we keep it around for backward compatibility.

Definition at line 82 of file CDR_Stream.inl.

  : val_ (const_cast<const ACE_CDR::Char *&> (s)),
    bound_ (b)
{
}

ACE_InputCDR::to_string::to_string ( const ACE_CDR::Char *&  s,
ACE_CDR::ULong  b 
) [inline]

Definition at line 90 of file CDR_Stream.inl.

  : val_ (s),
    bound_ (b)
{
}


Member Data Documentation

Definition at line 767 of file CDR_Stream.h.

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