OpenDDS  Snapshot(2023/04/07-19:43)
Public Types | Public Member Functions | Public Attributes | List of all members
OpenDDS::DCPS::Serializer::FromBoundedString< CharT > Struct Template Reference

#include <Serializer.h>

Collaboration diagram for OpenDDS::DCPS::Serializer::FromBoundedString< CharT >:
Collaboration graph
[legend]

Public Types

typedef std::basic_string< CharT, std::char_traits< CharT >, OPENDDS_ALLOCATOR(CharT) > string_t
 

Public Member Functions

 FromBoundedString (const string_t &str, ACE_CDR::ULong bound)
 

Public Attributes

const string_tstr_
 
const ACE_CDR::ULong bound_
 

Detailed Description

template<typename CharT>
struct OpenDDS::DCPS::Serializer::FromBoundedString< CharT >

Definition at line 589 of file Serializer.h.

Member Typedef Documentation

◆ string_t

template<typename CharT >
typedef std::basic_string<CharT, std::char_traits<CharT>, OPENDDS_ALLOCATOR(CharT) > OpenDDS::DCPS::Serializer::FromBoundedString< CharT >::string_t

Definition at line 591 of file Serializer.h.

Constructor & Destructor Documentation

◆ FromBoundedString()

template<typename CharT >
OpenDDS::DCPS::Serializer::FromBoundedString< CharT >::FromBoundedString ( const string_t str,
ACE_CDR::ULong  bound 
)
inline

Definition at line 592 of file Serializer.h.

593  : str_(str), bound_(bound) {}

Member Data Documentation

◆ bound_

template<typename CharT >
const ACE_CDR::ULong OpenDDS::DCPS::Serializer::FromBoundedString< CharT >::bound_

Definition at line 595 of file Serializer.h.

◆ str_

template<typename CharT >
const string_t& OpenDDS::DCPS::Serializer::FromBoundedString< CharT >::str_

Definition at line 594 of file Serializer.h.


The documentation for this struct was generated from the following file: