Class Index Cross Index Namespace Index

Class FrameCPP::Version_6::STRING


Contained in: FrameCPP::Version_6
Derived from: std::string
Derived by: none

#include "../../../../../lib/framecpp/src/Version6/STRING.hh"


public function member index:

STRING();
STRING(const std::string& Value);
STRING(const char* Value);
INT_8U Bytes() const; Calculate the number of bytes needed to write this object
static INT_8U Bytes(const std::string& String);
STRING& operator =(const std::string& Source);
STRING& operator =(const char* Source);
 

private function member index:

static void length_error(const std::string& Value);
static void length_error(const char* Value);
 

Description:



Function Member Descriptions:


FrameCPP::Version_6::STRING::STRING


STRING();



FrameCPP::Version_6::STRING::STRING


STRING(const std::string& Value);



FrameCPP::Version_6::STRING::STRING


STRING(const char* Value);



FrameCPP::Version_6::STRING::Bytes - Calculate the number of bytes needed to write this object


INT_8U Bytes() const;



FrameCPP::Version_6::STRING::Bytes


static INT_8U Bytes(const std::string& String);



FrameCPP::Version_6::STRING::length_error


static void length_error(const std::string& Value);



FrameCPP::Version_6::STRING::length_error


static void length_error(const char* Value);



FrameCPP::Version_6::STRING::operator =


STRING& operator =(const std::string& Source);



FrameCPP::Version_6::STRING::operator =


STRING& operator =(const char* Source);



Variable Member Descriptions:


FrameCPP::Version_6::STRING::MAX_STRING_LENGTH -

static const INT_4U MAX_STRING_LENGTH;