Definition at line 778 of file streamers.
◆ TDirectory() [1/2]
tools::rroot::TDirectory::TDirectory |
( |
ifile & |
a_file | ) |
|
|
inline |
◆ ~TDirectory()
virtual tools::rroot::TDirectory::~TDirectory |
( |
| ) |
|
|
inlinevirtual |
◆ TDirectory() [2/2]
tools::rroot::TDirectory::TDirectory |
( |
const TDirectory & |
a_from | ) |
|
|
inlineprotected |
◆ initialize()
void tools::rroot::TDirectory::initialize |
( |
| ) |
|
|
inlineprotected |
◆ operator=()
◆ stream()
bool tools::rroot::TDirectory::stream |
( |
buffer & |
a_buffer | ) |
|
|
inline |
Definition at line 788 of file streamers.
791 if(!a_buffer.read_version(
version))
return false;
793 if(!a_buffer.read(_date))
return false;
795 if(!a_buffer.read(_date))
return false;
805 if(!a_buffer.read(i))
return false;
809 if(!a_buffer.read(i))
return false;
813 if(!a_buffer.read(i))
return false;
821 a_buffer.out() <<
"tools::rroot::TDirectory::stream :"
822 <<
" cannot read keys."
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/rroot/streamers