OpenDDS
Snapshot(2023/04/07-19:43)
|
#include <Serializer.h>
Public Types | |
typedef std::basic_string< CharT, std::char_traits< CharT >, OPENDDS_ALLOCATOR(CharT) > | string_t |
Public Member Functions | |
ToBoundedString (string_t &str, ACE_CDR::ULong bound) | |
Public Attributes | |
string_t & | str_ |
const ACE_CDR::ULong | bound_ |
Definition at line 664 of file Serializer.h.
typedef std::basic_string<CharT, std::char_traits<CharT>, OPENDDS_ALLOCATOR(CharT) > OpenDDS::DCPS::Serializer::ToBoundedString< CharT >::string_t |
Definition at line 666 of file Serializer.h.
|
inline |
Definition at line 667 of file Serializer.h.
const ACE_CDR::ULong OpenDDS::DCPS::Serializer::ToBoundedString< CharT >::bound_ |
Definition at line 670 of file Serializer.h.
Referenced by OpenDDS::DCPS::operator>>().
string_t& OpenDDS::DCPS::Serializer::ToBoundedString< CharT >::str_ |
Definition at line 669 of file Serializer.h.
Referenced by OpenDDS::DCPS::operator>>().