Definition at line 15 of file graph.
◆ graph() [1/2]
tools::rroot::graph::graph |
( |
| ) |
|
|
inline |
Definition at line 49 of file graph.
51 mem::increment(
s_class().c_str());
◆ ~graph()
virtual tools::rroot::graph::~graph |
( |
| ) |
|
|
inlinevirtual |
Definition at line 54 of file graph.
56 mem::decrement(
s_class().c_str());
◆ graph() [2/2]
tools::rroot::graph::graph |
( |
const graph & |
a_from | ) |
|
|
inlineprotected |
Definition at line 60 of file graph.
◆ cast() [1/2]
virtual void* tools::rroot::graph::cast |
( |
cid |
a_class | ) |
const |
|
inlinevirtual |
Implements tools::rroot::iro.
Definition at line 33 of file graph.
34 if(
void* p = cmp_cast<graph>(
this,a_class)) {
return p;}
◆ cast() [2/2]
virtual void* tools::rroot::graph::cast |
( |
const std::string & |
a_class | ) |
const |
|
inlinevirtual |
Implements tools::rroot::iro.
Definition at line 26 of file graph.
27 if(
void* p = cmp_cast<graph>(
this,a_class))
return p;
◆ copy()
virtual iro* tools::rroot::graph::copy |
( |
| ) |
const |
|
inlinevirtual |
◆ id_class()
static cid tools::rroot::graph::id_class |
( |
| ) |
|
|
inlinestatic |
Definition at line 32 of file graph.
◆ operator=()
graph& tools::rroot::graph::operator= |
( |
const graph & |
| ) |
|
|
inlineprotected |
Definition at line 61 of file graph.
◆ s_class()
static const std::string& tools::rroot::graph::s_class |
( |
| ) |
|
|
inlinestatic |
Definition at line 21 of file graph.
22 static const std::string s_v(
"tools::rroot::graph");
◆ s_cls()
virtual const std::string& tools::rroot::graph::s_cls |
( |
| ) |
const |
|
inlinevirtual |
◆ stream()
virtual bool tools::rroot::graph::stream |
( |
buffer & |
a_buffer | ) |
|
|
inlinevirtual |
Implements tools::rroot::iro.
Definition at line 39 of file graph.
40 uint32 startpos = a_buffer.length();
43 if(!a_buffer.read_version(v,s,c))
return false;
44 a_buffer.set_offset(startpos+c+
sizeof(
unsigned int));
45 if(!a_buffer.check_byte_count(s,c,s_store_class()))
return false;
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/rroot/graph