#include <TDocInfo.h>
Inheritance diagram for TLibraryDocInfo:
Public Member Functions | |
TLibraryDocInfo () | |
TLibraryDocInfo (const char *lib) | |
std::set< std::string > & | GetDependencies () |
std::set< std::string > & | GetModules () |
void | AddDependency (const std::string &lib) |
void | AddModule (const std::string &module) |
TLibraryDocInfo () | |
TLibraryDocInfo (const char *lib) | |
std::set< std::string > & | GetDependencies () |
std::set< std::string > & | GetModules () |
void | AddDependency (const std::string &lib) |
void | AddModule (const std::string &module) |
Private Member Functions | |
ClassDef (TLibraryDocInfo, 0) | |
ClassDef (TLibraryDocInfo, 0) | |
Private Attributes | |
std::set< std::string > | fDependencies |
std::set< std::string > | fModules |
std::set< std::string > | fDependencies |
std::set< std::string > | fModules |
Definition at line 142 of file TDocInfo.h.
TLibraryDocInfo::TLibraryDocInfo | ( | ) | [inline] |
Definition at line 144 of file TDocInfo.h.
TLibraryDocInfo::TLibraryDocInfo | ( | const char * | lib | ) | [inline] |
Definition at line 145 of file TDocInfo.h.
TLibraryDocInfo::TLibraryDocInfo | ( | ) | [inline] |
Definition at line 144 of file TDocInfo.h.
TLibraryDocInfo::TLibraryDocInfo | ( | const char * | lib | ) | [inline] |
Definition at line 145 of file TDocInfo.h.
std::set<std::string>& TLibraryDocInfo::GetDependencies | ( | ) | [inline] |
Definition at line 147 of file TDocInfo.h.
References fDependencies.
Referenced by TDocOutput::CreateModuleIndex().
std::set<std::string>& TLibraryDocInfo::GetModules | ( | ) | [inline] |
void TLibraryDocInfo::AddDependency | ( | const std::string & | lib | ) | [inline] |
Definition at line 149 of file TDocInfo.h.
References fDependencies.
Referenced by TDocOutput::CreateModuleIndex().
void TLibraryDocInfo::AddModule | ( | const std::string & | module | ) | [inline] |
Definition at line 150 of file TDocInfo.h.
References fModules.
Referenced by TDocOutput::CreateModuleIndex().
TLibraryDocInfo::ClassDef | ( | TLibraryDocInfo | , | |
0 | ||||
) | [private] |
std::set<std::string>& TLibraryDocInfo::GetDependencies | ( | ) | [inline] |
std::set<std::string>& TLibraryDocInfo::GetModules | ( | ) | [inline] |
void TLibraryDocInfo::AddDependency | ( | const std::string & | lib | ) | [inline] |
void TLibraryDocInfo::AddModule | ( | const std::string & | module | ) | [inline] |
TLibraryDocInfo::ClassDef | ( | TLibraryDocInfo | , | |
0 | ||||
) | [private] |
std::set<std::string> TLibraryDocInfo::fDependencies [private] |
std::set<std::string> TLibraryDocInfo::fModules [private] |
std::set<std::string> TLibraryDocInfo::fDependencies [private] |
Definition at line 153 of file TDocInfo.h.
std::set<std::string> TLibraryDocInfo::fModules [private] |
Definition at line 154 of file TDocInfo.h.