SST
6.0.0
StructuralSimulationToolkit
|
The SSTInfo Configuration class. More...
#include <sstinfo.h>
Public Member Functions | |
SSTInfoConfig () | |
Create a new SSTInfo configuration and parse the Command Line. More... | |
int | parseCmdLine (int argc, char *argv[]) |
Parse the Command Line. More... | |
std::vector< std::string > * | getElementsToProcessArray () |
Return the list of elements to be processed. More... | |
std::vector< std::string > * | getFilteredElementNamesArray () |
Return the list of filtered element names. More... | |
std::vector< std::string > * | getFilteredElementComponentNamesArray () |
Return the list of filtered element.component names. More... | |
unsigned int | getOptionBits () |
Return the bit field of various command line options enabled. More... | |
std::string & | getXMLFilePath () |
Return the user defined path the XML File. More... | |
The SSTInfo Configuration class.
This class will parse the command line, and setup internal lists of elements and components to be processed.
SSTInfoConfig::SSTInfoConfig | ( | ) |
Create a new SSTInfo configuration and parse the Command Line.
|
inline |
Return the list of elements to be processed.
|
inline |
Return the list of filtered element.component names.
|
inline |
Return the list of filtered element names.
|
inline |
Return the bit field of various command line options enabled.
|
inline |
Return the user defined path the XML File.
int SSTInfoConfig::parseCmdLine | ( | int | argc, |
char * | argv[] | ||
) |
Parse the Command Line.
argc | The number of arguments passed to the application |
argv | The array of arguments |