SST  10.1.0
StructuralSimulationToolkit
SST::ComponentInfo Class Reference

Data Structures

struct  EqualsID
 
struct  EqualsName
 
struct  HashID
 
struct  HashName
 

Public Types

typedef std::vector
< Statistics::StatisticInfo
statEnableList_t
 

Public Member Functions

 ComponentInfo (const std::string &type, const Params *params, const ComponentInfo *parent_info)
 
 ComponentInfo (ComponentId_t id, ComponentInfo *parent_info, const std::string &type, const std::string &slot_name, int slot_num, uint64_t share_flags)
 
 ComponentInfo (ConfigComponent *ccomp, const std::string &name, ComponentInfo *parent_info, LinkMap *link_map)
 
 ComponentInfo (ComponentInfo &&o)
 
bool isAnonymous ()
 
bool isUser ()
 
ComponentId_t getID () const
 
const std::string & getName () const
 
const std::string & getSlotName () const
 
int getSlotNum () const
 
const std::string & getType () const
 
BaseComponentgetComponent () const
 
LinkMapgetLinkMap ()
 
const ParamsgetParams () const
 
std::map< ComponentId_t,
ComponentInfo > & 
getSubComponents ()
 
ComponentInfofindSubComponent (const std::string &slot, int slot_num)
 
ComponentInfofindSubComponent (ComponentId_t id)
 
std::vector< LinkId_t > getAllLinkIds () const
 
uint8_t getStatisticLoadLevel ()
 
statEnableList_tgetStatEnableList ()
 

Static Public Attributes

static const uint64_t SHARE_PORTS = 0x1
 
static const uint64_t SHARE_STATS = 0x2
 
static const uint64_t INSERT_STATS = 0x4
 
static const uint64_t SHARE_NONE = 0x0
 

Friends

class Simulation
 
class BaseComponent
 
class ComponentInfoMap
 

Member Typedef Documentation

List of Enabled Statistics


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