|
HPCToolkit
|
#include <sys/types.h>#include <sys/stat.h>#include <errno.h>#include <fcntl.h>#include <string.h>#include <unistd.h>#include <iostream>#include <string>#include "PGMReader.hpp"#include "XercesUtil.hpp"#include <xercesc/util/XMLString.hpp>
Go to the source code of this file.
Namespaces | |
| Prof | |
| Prof::Struct | |
Macros | |
| #define | BUF_SIZE 10 |
Functions | |
| static void | Prof::Struct::xmlSanityCheck (const char *filenm, string &docType) |
| void | Prof::Struct::readStructure (Struct::Tree &structure, const std::vector< string > &structureFiles, PGMDocHandler::Doc_t docty, DocHandlerArgs &docargs) |
| void | Prof::Struct::read_PGM (Struct::Tree &structure, const char *filenm, PGMDocHandler::Doc_t docty, DocHandlerArgs &docHandlerArgs) |
| #define BUF_SIZE 10 |
Definition at line 101 of file PGMReader.cpp.