g4tools
5.4.0
|
Go to the source code of this file.
Classes | |
class | tools::rroot::leaf< T > |
class | tools::rroot::leaf_string |
class | tools::rroot::leaf_element |
class | tools::rroot::leaf_object |
Namespaces | |
tools | |
inlined C code : /////////////////////////////////// | |
tools::rroot | |
Macros | |
#define | tools_rroot_leaf |
Functions | |
const std::string & | tools::rroot::leaf_store_class (char) |
const std::string & | tools::rroot::leaf_store_class (short) |
const std::string & | tools::rroot::leaf_store_class (int) |
const std::string & | tools::rroot::leaf_store_class (float) |
const std::string & | tools::rroot::leaf_store_class (double) |
const std::string & | tools::rroot::leaf_store_class (bool) |
const std::string & | tools::rroot::leaf_float_cls () |
const std::string & | tools::rroot::leaf_double_cls () |
const std::string & | tools::rroot::leaf_int_cls () |
const std::string & | tools::rroot::leaf_bool_cls () |
leaf< int > * | tools::rroot::cast_leaf_int (base_leaf &a_leaf) |
leaf< float > * | tools::rroot::cast_leaf_float (base_leaf &a_leaf) |
leaf< double > * | tools::rroot::cast_leaf_double (base_leaf &a_leaf) |