#include <InfinibandNetwork.h>
Collaboration diagram for Infiniband::Network:

Protected Member Functions | |
| Network (const std::string &myid) | |
| Constructor. | |
| ~Network () | |
| Protected destructor since this is a policy class. | |
| bool | supportGetElement (const std::string &getElementName) const |
| bool | satisfiesWhereElement (const std::string &name, BambooLib::RMAP_Relation_Operator_Type op, const std::string &value) const |
| void | update (BambooLib::XMLElement *nodeInfo) |
| foo | |
| void | appendInfo (XMLElementListPtr getList, BambooLib::XMLElement *nodeXML) const |
| Append this object's requested information to the named XML element. | |
Private Attributes | |
| const std::string | id_ |
| unique ID for this node | |
Definition at line 85 of file InfinibandNetwork.h.
|
|
Constructor.
Definition at line 91 of file InfinibandNetwork.h. |
|
||||||||||||
|
Append this object's requested information to the named XML element.
Definition at line 299 of file InfinibandNetwork.cpp. |
|
||||||||||||||||
|
Test the named Where element using the provided operator and value to see if it matches our statistics.
Definition at line 239 of file InfinibandNetwork.cpp. References std::basic_string< _CharT, _Traits, _Alloc >::compare(). Here is the call graph for this function: ![]() |
|
|
Test whether or not the named Get element is supported.
Definition at line 229 of file InfinibandNetwork.cpp. References std::basic_string< _CharT, _Traits, _Alloc >::compare(). Here is the call graph for this function: ![]() |
1.4.6