ldas-tools-framecpp
2.7.0
|
#include <STRING.hh>
Public Types | |
typedef L | length_type |
typedef std::string | element_type |
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 |
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 = ~( L( 0 ) ) |
Static Private Member Functions | |
static void | length_error (const element_type &Value) |
static void | length_error (const element_type &Value) |
Private Attributes | |
const element_type & | m_string |
typedef std::string FrameCPP::Common::STRING_SHADOW< L >::element_type |
typedef std::string FrameCPP::Common::STRING_SHADOW< L >::element_type |
typedef L FrameCPP::Common::STRING_SHADOW< L >::length_type |
typedef L FrameCPP::Common::STRING_SHADOW< L >::length_type |
FrameCPP::Common::STRING_SHADOW< L >::STRING_SHADOW | ( | const std::string & | Value | ) |
FrameCPP::Common::STRING_SHADOW< L >::STRING_SHADOW | ( | const std::string & | Value | ) |
INT_8U FrameCPP::Common::STRING_SHADOW< L >::Bytes | ( | ) | const |
INT_8U FrameCPP::Common::STRING_SHADOW< L >::Bytes | ( | ) | const |
|
staticprivate |
|
inlinestaticprivate |
void FrameCPP::Common::STRING_SHADOW< L >::Read | ( | IStream & | Stream | ) |
void FrameCPP::Common::STRING_SHADOW< L >::Read | ( | IStream & | Stream | ) |
void FrameCPP::Common::STRING_SHADOW< L >::Write | ( | OStream & | Stream | ) | const |
void FrameCPP::Common::STRING_SHADOW< L >::Write | ( | OStream & | Stream | ) | const |
|
private |
|
static |