|
g4tools
5.4.0
|


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