sys-sage
|
This is the complete list of members for sys_sage::Cache, including all inherited members.
attrib | sys_sage::Component | |
Cache(int _id=0, int _cache_level=0, long long _cache_size=-1, int _associativity=-1, int _cache_line_size=-1) | sys_sage::Cache | |
Cache(Component *parent, int _id, std::string _cache_type, long long _cache_size=0, int _associativity=-1, int _cache_line_size=-1) | sys_sage::Cache | |
Cache(Component *parent, int _id=0, int _cache_level=0, long long _cache_size=-1, int _associativity=-1, int _cache_line_size=-1) | sys_sage::Cache | |
CheckComponentTreeConsistency() const | sys_sage::Component | |
children | sys_sage::Component | protected |
Component(int _id=0, std::string _name="unknown") | sys_sage::Component | |
Component(Component *parent, int _id=0, std::string _name="unknown") | sys_sage::Component | |
Component(int _id, std::string _name, ComponentType::type _componentType) | sys_sage::Component | protected |
Component(Component *parent, int _id, std::string _name, ComponentType::type _componentType) | sys_sage::Component | protected |
componentType | sys_sage::Component | protected |
count | sys_sage::Component | protected |
CountAllChildrenByType(ComponentType::type _componentType) const | sys_sage::Component | |
CountAllSubcomponents() const | sys_sage::Component | |
CountAllSubcomponentsByType(ComponentType::type _componentType) const | sys_sage::Component | |
Delete(bool withSubtree=true) | sys_sage::Component | |
DeleteAllDataPaths() | sys_sage::Component | |
DeleteAllRelations(RelationType::type relationType=RelationType::Any) | sys_sage::Component | |
DeleteDataPath(DataPath *dp) | sys_sage::Component | |
DeleteRelation(Relation *r) | sys_sage::Component | |
DeleteSubtree() const | sys_sage::Component | |
depth | sys_sage::Component | protected |
GetAllChildrenByType(ComponentType::type _componentType) const | sys_sage::Component | |
GetAllChildrenByType(std::vector< Component * > *_outArray, ComponentType::type _componentType) const | sys_sage::Component | |
GetAllDataPaths(std::vector< DataPath * > *outDpArr, DataPathType::type dp_type=DataPathType::Any, DataPathDirection::type direction=DataPathDirection::Any) const | sys_sage::Component | |
GetAllDataPaths(DataPathType::type dp_type=DataPathType::Any, DataPathDirection::type direction=DataPathDirection::Any) const | sys_sage::Component | |
GetAllRelationsBy(RelationType::type relationType=RelationType::Any, int thisComponentPosition=-1) const | sys_sage::Component | |
GetAllSubcomponentsByType(std::vector< Component * > *outArray, ComponentType::type _componentType) | sys_sage::Component | |
GetAllSubcomponentsByType(ComponentType::type _componentType) | sys_sage::Component | |
GetAncestorByType(ComponentType::type _componentType) | sys_sage::Component | |
GetCacheAssociativityWays() const | sys_sage::Cache | |
GetCacheLevel() const | sys_sage::Cache | |
GetCacheLineSize() const | sys_sage::Cache | |
GetCacheName() const | sys_sage::Cache | |
GetCacheSize() const | sys_sage::Cache | |
GetChild(int _id) const | sys_sage::Component | |
GetChildById(int _id) const | sys_sage::Component | |
GetChildByType(ComponentType::type _componentType) const | sys_sage::Component | |
GetChildren() const | sys_sage::Component | |
GetComponentsInSubtree(std::vector< Component * > *outArray) | sys_sage::Component | |
GetComponentsInSubtree() | sys_sage::Component | |
GetComponentType() const | sys_sage::Component | |
GetComponentTypeStr() const | sys_sage::Component | |
GetDataPathByType(DataPathType::type dp_type, DataPathDirection::type direction=DataPathDirection::Any) const | sys_sage::Component | |
GetDepth(bool refresh) | sys_sage::Component | |
GetId() const | sys_sage::Component | |
GetMIGSize(std::string uuid="") const | sys_sage::Cache | |
GetName() const | sys_sage::Component | |
GetNthAncestor(int n) | sys_sage::Component | |
GetNthDescendents(std::vector< Component * > *outArray, int depth) | sys_sage::Component | |
GetNthDescendents(int depth) | sys_sage::Component | |
GetParent() const | sys_sage::Component | |
GetRelations(RelationType::type relationType) const | sys_sage::Component | |
GetSubcomponentById(int _id, ComponentType::type _componentType) | sys_sage::Component | |
GetSubcomponentsByType(std::vector< Component * > *outArray, int componentType) | sys_sage::Component | |
GetSubcomponentsByType(ComponentType::type _componentType) | sys_sage::Component | |
GetSubtreeDepth() const | sys_sage::Component | |
GetTopologySize(unsigned *out_component_size, unsigned *out_dataPathSize) const | sys_sage::Component | |
id | sys_sage::Component | protected |
InsertBetweenParentAndChild(Component *parent, Component *child, bool alreadyParentsChild) | sys_sage::Component | |
InsertBetweenParentAndChildren(Component *parent, std::vector< Component * > children, bool alreadyParentsChild) | sys_sage::Component | |
InsertChild(Component *child) | sys_sage::Component | |
name | sys_sage::Component | protected |
parent | sys_sage::Component | protected |
PrintAllDataPathsInSubtree() | sys_sage::Component | |
PrintAllRelationsInSubtree(RelationType::type RelationType=RelationType::Any) | sys_sage::Component | |
PrintSubtree() const | sys_sage::Component | |
relations | sys_sage::Component | protected |
RemoveChild(Component *child) | sys_sage::Component | |
SetCacheAssociativityWays(int _associativity) | sys_sage::Cache | |
SetCacheLevel(int _cache_level) | sys_sage::Cache | |
SetCacheLineSize(int _cache_line_size) | sys_sage::Cache | |
SetCacheName(std::string _name) | sys_sage::Cache | |
SetCacheSize(long long _cache_size) | sys_sage::Cache | |
SetName(std::string _name) | sys_sage::Component | |
SetParent(Component *parent) | sys_sage::Component |