Go to the documentation of this file.
4 #ifndef tools_wroot_branch_object
5 #define tools_wroot_branch_object
15 static const std::string& s_class() {
16 static const std::string s_v(
"tools::wroot::branch_object");
22 static const std::string s_v(
"TBranchObject");
27 m_out <<
"tools::wroot::branch_object::stream : fClassName is empty." << std::endl;
40 seek a_seek_directory,
const std::string& a_name,
const std::string& a_title,
42 :
parent(a_out,a_byte_swap,a_compression,a_seek_directory,a_name,a_title,a_verbose)
46 mem::increment(s_class().c_str());
51 mem::decrement(s_class().c_str());