g4tools
5.4.0
|
Public Member Functions | |
virtual void * | cast (cid a_class) const |
virtual cid | id_cls () const |
virtual const std::string & | store_cls () const |
virtual bool | stream (buffer &a_buffer) const |
virtual bool | fill_buffer (buffer &a_buffer) const |
leaf_ref (std::ostream &a_out, const std::string &a_name, const T &a_ref) | |
virtual | ~leaf_ref () |
T | get_max () const |
void | set_max (const T &a_value) |
const T & | variable () const |
T & | variable () |
Public Member Functions inherited from tools::wroot::base_leaf | |
base_leaf (std::ostream &a_out, const std::string &a_name, const std::string &a_title) | |
virtual | ~base_leaf () |
const std::string & | name () const |
void | set_title (const std::string &a_value) |
uint32 | length () const |
void | set_length (uint32 a_value) |
void | set_is_range (bool a_value) |
Public Member Functions inherited from tools::wroot::ibo | |
virtual | ~ibo () |
Static Public Member Functions | |
static cid | id_class () |
Static Public Member Functions inherited from tools::wroot::base_leaf | |
static cid | id_class () |
Protected Member Functions | |
leaf_ref (const leaf_ref &a_from) | |
leaf_ref & | operator= (const leaf_ref &) |
Protected Member Functions inherited from tools::wroot::base_leaf | |
base_leaf (const base_leaf &a_from) | |
base_leaf & | operator= (const base_leaf &) |
Protected Attributes | |
T | m_min |
T | m_max |
const T & | m_ref |
Protected Attributes inherited from tools::wroot::base_leaf | |
std::ostream & | m_out |
std::string | m_name |
std::string | m_title |
uint32 | m_length |
uint32 | m_length_type |
ibo * | m_leaf_count |
bool | m_is_range |
|
inline |
|
inlinevirtual |
|
inlineprotected |
|
inlinevirtual |
Reimplemented from tools::wroot::base_leaf.
Reimplemented in tools::wroot::leaf< T >.
Definition at line 53 of file leaf.
|
inlinevirtual |
Implements tools::wroot::base_leaf.
|
inline |
|
inlinestatic |
|
inlinevirtual |
Reimplemented from tools::wroot::base_leaf.
Reimplemented in tools::wroot::leaf< T >.
Definition at line 57 of file leaf.
|
inlineprotected |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |