Definition at line 266 of file leaf.
◆ leaf_element() [1/2]
tools::wroot::leaf_element::leaf_element |
( |
std::ostream & |
a_out, |
|
|
const std::string & |
a_name, |
|
|
int |
a_id, |
|
|
int |
a_type |
|
) |
| |
|
inline |
Definition at line 294 of file leaf.
295 :parent(a_out,a_name,a_name)
◆ ~leaf_element()
virtual tools::wroot::leaf_element::~leaf_element |
( |
| ) |
|
|
inlinevirtual |
Definition at line 299 of file leaf.
◆ leaf_element() [2/2]
tools::wroot::leaf_element::leaf_element |
( |
const leaf_element & |
a_from | ) |
|
|
inlineprotected |
Definition at line 301 of file leaf.
301 :ibo(a_from),parent(a_from){}
◆ cast()
virtual void* tools::wroot::leaf_element::cast |
( |
cid |
a_class | ) |
const |
|
inlinevirtual |
◆ fill_buffer()
virtual bool tools::wroot::leaf_element::fill_buffer |
( |
buffer & |
| ) |
const |
|
inlinevirtual |
◆ id_class()
static cid tools::wroot::leaf_element::id_class |
( |
| ) |
|
|
inlinestatic |
Definition at line 269 of file leaf.
◆ id_cls()
virtual cid tools::wroot::leaf_element::id_cls |
( |
| ) |
const |
|
inlinevirtual |
◆ operator=()
Definition at line 302 of file leaf.
◆ store_cls()
virtual const std::string& tools::wroot::leaf_element::store_cls |
( |
| ) |
const |
|
inlinevirtual |
◆ stream()
virtual bool tools::wroot::leaf_element::stream |
( |
buffer & |
a_buffer | ) |
const |
|
inlinevirtual |
Reimplemented from tools::wroot::base_leaf.
Definition at line 277 of file leaf.
279 if(!a_buffer.write_version(1,c))
return false;
282 if(!a_buffer.write(
fID))
return false;
283 if(!a_buffer.write(
fType))
return false;
285 if(!a_buffer.set_byte_count(c))
return false;
◆ fID
int tools::wroot::leaf_element::fID |
|
protected |
Definition at line 307 of file leaf.
◆ fType
int tools::wroot::leaf_element::fType |
|
protected |
Definition at line 308 of file leaf.
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/wroot/leaf