g4tools
5.4.0
|
Public Member Functions | |
virtual bool | write (io::iwbuf &a_buffer) |
virtual bool | read (io::irbuf &a_buffer) |
virtual bool | dump (std::ostream &a_out) |
virtual bool | s_value (std::string &a_s) const |
virtual bool | s2value (const std::string &a_s) |
sf_string () | |
sf_string (const std::string &a_value) | |
virtual | ~sf_string () |
sf_string (const sf_string &a_from) | |
sf_string & | operator= (const sf_string &a_from) |
sf_string & | operator= (const std::string &a_value) |
Public Member Functions inherited from tools::sg::bsf< std::string > | |
virtual void * | cast (const std::string &a_class) const |
virtual const std::string & | s_cls () const |
bsf (const std::string &a_value) | |
bsf (const bsf &a_from) | |
virtual | ~bsf () |
bsf & | operator= (const bsf &a_from) |
bsf & | operator= (const std::string &a_value) |
bool | operator== (const bsf &a_from) const |
bool | operator== (const std::string &a_value) const |
bool | operator!= (const bsf &a_from) const |
bool | operator!= (const std::string &a_value) const |
operator const std::string & () const | |
operator std::string () | |
std::string & | value () |
const std::string & | value () const |
void | value (const std::string &a_value) |
void | value_no_cmp (const std::string &a_value) |
void | setValue (const std::string &a_value) |
const std::string & | getValue () const |
Public Member Functions inherited from tools::sg::field | |
virtual const std::string & | s_cls () const =0 |
virtual | ~field () |
void | touch () |
bool | touched () const |
void | reset_touched () |
Additional Inherited Members | |
Static Public Member Functions inherited from tools::sg::bsf< std::string > | |
static const std::string & | s_class () |
Protected Member Functions inherited from tools::sg::bsf< std::string > | |
bsf () | |
Protected Member Functions inherited from tools::sg::field | |
field () | |
field (const field &) | |
field & | operator= (const field &) |
Protected Attributes inherited from tools::sg::bsf< std::string > | |
std::string | m_value |
Protected Attributes inherited from tools::sg::field | |
bool | m_touched |
|
inline |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
Implements tools::sg::field.
|
inline |
|
inlinevirtual |
Implements tools::sg::field.
|
inlinevirtual |
Implements tools::sg::field.
|
inlinevirtual |
Implements tools::sg::field.
|
inlinevirtual |
Implements tools::sg::field.