HPCToolkit
|
Classes | |
class | ACodeNode |
class | ACodeNodeChildIterator |
class | Alien |
class | ANode |
class | ANodeChildIterator |
class | ANodeFilter |
class | ANodeIterator |
class | ANodeSortedChildIterator |
class | ANodeSortedIterator |
class | File |
class | FileMap |
class | Group |
class | GroupMap |
class | LM |
class | LMMap |
class | Loop |
class | Proc |
class | ProcMap |
class | Ref |
class | Root |
class | Stmt |
class | StmtMap |
class | Tree |
class | Variable |
Typedefs | |
typedef std::list< ANode * > | ANodeList |
typedef std::set< ANode * > | ANodeSet |
typedef bool(* | ANodeFilterFct) (const ANode &x, long addArg) |
Functions | |
void | writeXML (std::ostream &os, const Prof::Struct::Tree &strctTree, bool prettyPrint) |
bool | HasANodeTy (const ANode &node, long type) |
static void | xmlSanityCheck (const char *filenm, string &docType) |
void | readStructure (Struct::Tree &structure, const std::vector< string > &structureFiles, PGMDocHandler::Doc_t docty, DocHandlerArgs &docargs) |
void | read_PGM (Struct::Tree &structure, const char *filenm, PGMDocHandler::Doc_t docty, DocHandlerArgs &docHandlerArgs) |
Variables | |
RealPathMgr & | s_realpathMgr = RealPathMgr::singleton() |
static const string | XMLelements [ANode::TyNUMBER] |
const ANodeFilter | ANodeTyFilter [ANode::TyNUMBER] |
typedef bool(* Prof::Struct::ANodeFilterFct) (const ANode &x, long addArg) |
Definition at line 89 of file Struct-TreeIterator.hpp.
typedef std::list<ANode*> Prof::Struct::ANodeList |
Definition at line 96 of file Struct-Tree.hpp.
typedef std::set<ANode*> Prof::Struct::ANodeSet |
Definition at line 100 of file Struct-Tree.hpp.
bool Prof::Struct::HasANodeTy | ( | const ANode & | node, |
long | type | ||
) |
void Prof::Struct::read_PGM | ( | Struct::Tree & | structure, |
const char * | filenm, | ||
PGMDocHandler::Doc_t | docty, | ||
DocHandlerArgs & | docHandlerArgs | ||
) |
Definition at line 152 of file PGMReader.cpp.
void Prof::Struct::readStructure | ( | Struct::Tree & | structure, |
const std::vector< string > & | structureFiles, | ||
PGMDocHandler::Doc_t | docty, | ||
DocHandlerArgs & | docargs | ||
) |
Definition at line 133 of file PGMReader.cpp.
void Prof::Struct::writeXML | ( | std::ostream & | os, |
const Prof::Struct::Tree & | strctTree, | ||
bool | prettyPrint | ||
) |
Definition at line 175 of file Struct-Tree.cpp.
|
static |
Definition at line 103 of file PGMReader.cpp.
const ANodeFilter Prof::Struct::ANodeTyFilter |
Definition at line 93 of file Struct-TreeIterator.cpp.
RealPathMgr& Prof::Struct::s_realpathMgr = RealPathMgr::singleton() |
Definition at line 106 of file Struct-Tree.cpp.
|
static |
Definition at line 1399 of file Struct-Tree.cpp.