SST
8.0.0
StructuralSimulationToolkit
|
Public Member Functions | |
Component * | create (ComponentId_t id, Params ¶ms) |
const std::string | getLibrary () |
const std::string | getName () |
const std::string | getDescription () |
const std::vector < ElementInfoParam > & | getValidParams () |
const std::vector < ElementInfoStatistic > & | getValidStats () |
const std::vector < ElementInfoPort2 > & | getValidPorts () |
const std::vector < ElementInfoSubComponentSlot > & | getSubComponentSlots () |
uint32_t | getCategory () |
const std::vector< int > & | getELICompiledVersion () |
const std::vector< int > & | getVersion () |
const std::string | getCompileFile () |
const std::string | getCompileDate () |
Public Member Functions inherited from SST::ComponentElementInfo | |
std::string | toString () |
Public Member Functions inherited from SST::BaseComponentElementInfo | |
const std::vector< std::string > & | getPortnames () |
const std::vector< std::string > & | getStatnames () |
std::string | getStatisticsString () |
std::string | getPortsString () |
std::string | getSubComponentSlotString () |
Public Member Functions inherited from SST::BaseParamsElementInfo | |
const Params::KeySet_t & | getParamNames () |
std::string | getParametersString () |
Public Member Functions inherited from SST::BaseElementInfo | |
std::string | getELIVersionString () |
Static Public Member Functions | |
static bool | isLoaded () |
Additional Inherited Members | |
Protected Member Functions inherited from SST::BaseComponentElementInfo | |
void | initialize_portnames () |
void | initialize_statnames () |
Protected Member Functions inherited from SST::BaseParamsElementInfo | |
void | initialize_allowedKeys () |
Protected Attributes inherited from SST::BaseComponentElementInfo | |
std::vector< std::string > | portnames |
std::vector< std::string > | statnames |
Protected Attributes inherited from SST::BaseParamsElementInfo | |
Params::KeySet_t | allowedKeys |