HPCToolkit
InputFile Class Reference

#include <InputFile.hpp>

Collaboration diagram for InputFile:

Public Member Functions

 InputFile ()
 
bool openFile (std::string &filename)
 
std::string & fileName ()
 
const char * CfileName ()
 
ElfFileVectorfileVector ()
 

Private Attributes

std::string filename
 
ElfFileVectorfilevector
 

Detailed Description

Definition at line 81 of file InputFile.hpp.

Constructor & Destructor Documentation

◆ InputFile()

InputFile::InputFile ( )
inline

Definition at line 83 of file InputFile.hpp.

Here is the call graph for this function:

Member Function Documentation

◆ CfileName()

const char* InputFile::CfileName ( )
inline

Definition at line 86 of file InputFile.hpp.

Here is the caller graph for this function:

◆ fileName()

std::string& InputFile::fileName ( )
inline

Definition at line 85 of file InputFile.hpp.

Here is the caller graph for this function:

◆ fileVector()

ElfFileVector* InputFile::fileVector ( )
inline

Definition at line 87 of file InputFile.hpp.

Here is the caller graph for this function:

◆ openFile()

bool InputFile::openFile ( std::string &  filename)

Definition at line 128 of file InputFile.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ filename

std::string InputFile::filename
private

Definition at line 89 of file InputFile.hpp.

◆ filevector

ElfFileVector* InputFile::filevector
private

Definition at line 90 of file InputFile.hpp.


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