#include <GTXabsl2Profiler.h>
Public Member Functions | |
GTXabsl2ProfilerNameTableEntry () | |
Constructor Initializes the strings as zero length strings. | |
GTXabsl2ProfilerNameTableEntry (const std::string option, std::vector< std::string > state, std::vector< std::string > params, const int depth) | |
Constructor. | |
Public Attributes | |
std::string | optionName |
The name of the Option represented by this entry. | |
std::vector< std::string > | states |
The vector of state names. | |
std::vector< std::string > | parameters |
A vector of parameter names. | |
int | maxdepth |
The maximal depth of this option in the option-tree (XABSL). |
|
Constructor Initializes the strings as zero length strings.
Definition at line 56 of file GTXabsl2Profiler.h. |
|
Constructor.
Definition at line 66 of file GTXabsl2Profiler.h. References maxdepth, optionName, parameters, and states. |
|
The name of the Option represented by this entry.
Definition at line 44 of file GTXabsl2Profiler.h. Referenced by GTXabsl2ProfilerNameTable::find(), GTXabsl2ProfilerNameTable::findOption(), GTXabsl2ProfilerNameTable::findState(), and GTXabsl2ProfilerNameTableEntry(). |
|
The vector of state names.
Definition at line 46 of file GTXabsl2Profiler.h. Referenced by GTXabsl2ProfilerNameTable::find(), GTXabsl2ProfilerNameTable::findState(), and GTXabsl2ProfilerNameTableEntry(). |
|
A vector of parameter names.
Definition at line 48 of file GTXabsl2Profiler.h. Referenced by GTXabsl2ProfilerNameTableEntry(). |
|
The maximal depth of this option in the option-tree (XABSL).
Definition at line 50 of file GTXabsl2Profiler.h. Referenced by GTXabsl2ProfilerNameTableEntry(). |