ARB
Classes | Public Member Functions | Public Attributes | List of all members
TreeReader Class Reference
Inheritance diagram for TreeReader:
Inheritance graph
[legend]
Collaboration diagram for TreeReader:
Collaboration graph
[legend]

Public Member Functions

 TreeReader (FILE *input, const char *file_name, TreeRoot *troot_)
 
 ~TreeReader ()
 
TreeNodeload ()
 
void add_warning (const char *msg)
 
 __ATTR__FORMAT (2) void add_warningf(const char *format
 
GB_ERROR get_warnings () const
 
chartakeComment ()
 
double get_max_found_bootstrap () const
 
GBT_LEN get_max_found_branchlen () const
 

Public Attributes

GB_ERROR error
 

Detailed Description

Definition at line 31 of file TreeRead.cxx.

Constructor & Destructor Documentation

TreeReader::TreeReader ( FILE *  input,
const char file_name,
TreeRoot troot_ 
)

Definition at line 126 of file TreeRead.cxx.

TreeReader::~TreeReader ( )

Definition at line 143 of file TreeRead.cxx.

Member Function Documentation

TreeNode* TreeReader::load ( )
inline
void TreeReader::add_warning ( const char msg)
inline

Definition at line 109 of file TreeRead.cxx.

References GBS_global_string_copy().

Referenced by load().

TreeReader::__ATTR__FORMAT ( ) const
GB_ERROR TreeReader::get_warnings ( ) const
inline

Definition at line 115 of file TreeRead.cxx.

Referenced by TREE_load().

char* TreeReader::takeComment ( )
inline

Definition at line 117 of file TreeRead.cxx.

References GBS_strstruct::release().

Referenced by TREE_load().

double TreeReader::get_max_found_bootstrap ( ) const
inline

Definition at line 122 of file TreeRead.cxx.

Referenced by TREE_load().

GBT_LEN TreeReader::get_max_found_branchlen ( ) const
inline

Definition at line 123 of file TreeRead.cxx.

Referenced by TREE_load().

Member Data Documentation

GB_ERROR TreeReader::error

Definition at line 107 of file TreeRead.cxx.

Referenced by load(), and TREE_load().


The documentation for this class was generated from the following file: