|
sys-sage
|
This is the complete list of members for sys_sage::Node, including all inherited members.
| _GetRelationsByType(RelationType::type relationType) const | sys_sage::Component | |
| attrib | sys_sage::Component | |
| CalcDepth(bool refresh) | sys_sage::Component | |
| CalcSubtreeDepth() const | sys_sage::Component | |
| CalcSubtreeSize(unsigned *out_component_size, unsigned *out_dataPathSize) const | sys_sage::Component | |
| CheckComponentTreeConsistency() const | sys_sage::Component | |
| CheckSubtreeConsistency() 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 | |
| CountChildrenByType(ComponentType::type _componentType) const | sys_sage::Component | |
| CountDescendantsByType(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 | |
| DeleteRelations(RelationType::type relationType=RelationType::Any) | sys_sage::Component | |
| DeleteSubtree() const | sys_sage::Component | |
| depth | sys_sage::Component | protected |
| FindChildrenByType(ComponentType::type _componentType) const | sys_sage::Component | |
| FindChildrenByType(std::vector< Component * > *_outArray, ComponentType::type _componentType) const | sys_sage::Component | |
| FindDataPaths(std::vector< DataPath * > *outDpArr, DataPathType::type dp_type=DataPathType::Any, DataPathDirection::type direction=DataPathDirection::Any) const | sys_sage::Component | |
| FindDataPaths(DataPathType::type dp_type=DataPathType::Any, DataPathDirection::type direction=DataPathDirection::Any) const | sys_sage::Component | |
| FindDescendantsByType(std::vector< Component * > *outArray, ComponentType::type _componentType) | sys_sage::Component | |
| FindDescendantsByType(ComponentType::type _componentType) | sys_sage::Component | |
| FindNthDescendants(std::vector< Component * > *outArray, int depth) | sys_sage::Component | |
| FindNthDescendants(int depth) | sys_sage::Component | |
| FindRelations(RelationType::type relationType=RelationType::Any, int thisComponentPosition=-1) const | sys_sage::Component | |
| 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 | |
| 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 | |
| GetDescendantById(int _id, ComponentType::type _componentType) | sys_sage::Component | |
| GetId() const | sys_sage::Component | |
| 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 | |
| GetRelationsByType(RelationType::type relationType) const | sys_sage::Component | |
| GetSubcomponentById(int _id, ComponentType::type _componentType) | sys_sage::Component | |
| GetSubcomponentsByType(std::vector< Component * > *outArray, ComponentType::type 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 |
| Node(int _id=0, std::string _name="Node") | sys_sage::Node | |
| Node(Component *parent, int _id=0, std::string _name="Node") | sys_sage::Node | |
| parent | sys_sage::Component | protected |
| PrintAllDataPathsInSubtree() | sys_sage::Component | |
| PrintAllRelationsInSubtree(RelationType::type RelationType=RelationType::Any) | sys_sage::Component | |
| PrintRelationsInSubtree(RelationType::type relationType=RelationType::Any) | sys_sage::Component | |
| PrintSubtree() const | sys_sage::Component | |
| RefreshCpuCoreFrequency(bool keep_history=false) | sys_sage::Node | |
| relations | sys_sage::Component | protected |
| RemoveChild(Component *child) | sys_sage::Component | |
| SetId(int _id) | sys_sage::Component | |
| SetName(std::string _name) | sys_sage::Component | |
| SetParent(Component *parent) | sys_sage::Component | |
| UpdateL3CATCoreCOS() | sys_sage::Node |