Go to the documentation of this file.
4 #ifndef tools_rroot_branch_object
5 #define tools_rroot_branch_object
16 static const std::string s_v(
"tools::rroot::branch_object");
20 virtual void*
cast(
const std::string& a_class)
const {
21 if(
void* p = cmp_cast<branch_object>(
this,a_class))
return p;
28 if(
void* p = cmp_cast<branch_object>(
this,a_class)) {
return p;}