ldas-tools-framecpp  2.6.2
Public Types | Public Member Functions | Static Public Attributes | List of all members
FrameCPP::Common::STRING_SHADOW< L > Class Template Reference

#include <STRING.hh>

Public Types

typedef L length_type
 
typedef std::string element_type
 

Public Member Functions

 STRING_SHADOW (const std::string &Value)
 
INT_8U Bytes () const
 
void Read (IStream &Stream)
 
void Write (OStream &Stream) const
 

Static Public Attributes

static const length_type MAX_STRING_LENGTH
 

Member Typedef Documentation

◆ element_type

template<class L >
typedef std::string FrameCPP::Common::STRING_SHADOW< L >::element_type

◆ length_type

template<class L >
typedef L FrameCPP::Common::STRING_SHADOW< L >::length_type

Constructor & Destructor Documentation

◆ STRING_SHADOW()

template<class L >
FrameCPP::Common::STRING_SHADOW< L >::STRING_SHADOW ( const std::string &  Value)

Member Function Documentation

◆ Bytes()

template<class L >
INT_8U FrameCPP::Common::STRING_SHADOW< L >::Bytes ( ) const

◆ Read()

template<class L >
void FrameCPP::Common::STRING_SHADOW< L >::Read ( IStream Stream)

◆ Write()

template<class L >
void FrameCPP::Common::STRING_SHADOW< L >::Write ( OStream Stream) const

Member Data Documentation

◆ MAX_STRING_LENGTH

template<class L >
const L FrameCPP::Common::STRING_SHADOW< L >::MAX_STRING_LENGTH
static
Initial value:
=
~( L( 0 ) )

The documentation for this class was generated from the following files: