Go to the documentation of this file.
4 #ifndef tools_rroot_graph
5 #define tools_rroot_graph
16 static const std::string& s_store_class() {
17 static const std::string s_v(
"TGraph");
22 static const std::string s_v(
"tools::rroot::graph");
26 virtual void*
cast(
const std::string& a_class)
const {
27 if(
void* p = cmp_cast<graph>(
this,a_class))
return p;
34 if(
void* p = cmp_cast<graph>(
this,a_class)) {
return p;}
44 a_buffer.
set_offset(startpos+c+
sizeof(
unsigned int));
51 mem::increment(
s_class().c_str());
56 mem::decrement(
s_class().c_str());