Definition at line 19 of file base_leaf.
◆ base_leaf() [1/2]
tools::wroot::base_leaf::base_leaf |
( |
std::ostream & |
a_out, |
|
|
const std::string & |
a_name, |
|
|
const std::string & |
a_title |
|
) |
| |
|
inline |
Definition at line 64 of file base_leaf.
75 mem::increment(s_class().c_str());
◆ ~base_leaf()
virtual tools::wroot::base_leaf::~base_leaf |
( |
| ) |
|
|
inlinevirtual |
Definition at line 78 of file base_leaf.
80 mem::decrement(s_class().c_str());
◆ base_leaf() [2/2]
tools::wroot::base_leaf::base_leaf |
( |
const base_leaf & |
a_from | ) |
|
|
inlineprotected |
◆ cast()
virtual void* tools::wroot::base_leaf::cast |
( |
cid |
a_class | ) |
const |
|
inlinevirtual |
◆ fill_buffer()
virtual bool tools::wroot::base_leaf::fill_buffer |
( |
buffer & |
| ) |
const |
|
pure virtual |
◆ id_class()
static cid tools::wroot::base_leaf::id_class |
( |
| ) |
|
|
inlinestatic |
◆ id_cls()
virtual cid tools::wroot::base_leaf::id_cls |
( |
| ) |
const |
|
inlinevirtual |
◆ length()
uint32 tools::wroot::base_leaf::length |
( |
| ) |
const |
|
inline |
◆ name()
const std::string& tools::wroot::base_leaf::name |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ set_is_range()
void tools::wroot::base_leaf::set_is_range |
( |
bool |
a_value | ) |
|
|
inline |
◆ set_length()
void tools::wroot::base_leaf::set_length |
( |
uint32 |
a_value | ) |
|
|
inline |
◆ set_title()
void tools::wroot::base_leaf::set_title |
( |
const std::string & |
a_value | ) |
|
|
inline |
◆ stream()
virtual bool tools::wroot::base_leaf::stream |
( |
buffer & |
a_buffer | ) |
const |
|
inlinevirtual |
◆ m_is_range
bool tools::wroot::base_leaf::m_is_range |
|
protected |
◆ m_leaf_count
ibo* tools::wroot::base_leaf::m_leaf_count |
|
protected |
◆ m_length
uint32 tools::wroot::base_leaf::m_length |
|
protected |
◆ m_length_type
uint32 tools::wroot::base_leaf::m_length_type |
|
protected |
◆ m_name
std::string tools::wroot::base_leaf::m_name |
|
protected |
◆ m_out
std::ostream& tools::wroot::base_leaf::m_out |
|
protected |
◆ m_title
std::string tools::wroot::base_leaf::m_title |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/wroot/base_leaf