#include <string>Namespaces | |
| namespace | dtCore |
| namespace | dtCore::CollectorUtil |
Classes | |
| struct | dtCore::CollectorUtil::GetElementType< T > |
| Template Function that is used to get the RefPtr's Element type from the map. More... | |
Functions | |
| template<class mapType> | |
| bool | dtCore::CollectorUtil::AddNode (const std::string &nodeName, typename GetElementType< mapType >::value_type *nodeType, mapType &nodeMap) |
| Template function that is used to Add a unique node or object to its respective map. | |
| template<class mapType> | |
| bool | dtCore::CollectorUtil::RemoveNode (const std::string &nodeName, mapType &nodeMap) |
| Template function that is used to Remove a unique node or object from its respective map. | |
| template<class mapType> | |
| const GetElementType< mapType > ::value_type * | dtCore::CollectorUtil::FindNodePointer (const std::string &nodeName, const mapType &nodeMap) |
| Template function that is used to find a node or object that is inside a map. | |
| template<class mapType> | |
| GetElementType< mapType > ::value_type * | dtCore::CollectorUtil::FindNodePointer (const std::string &nodeName, mapType &nodeMap) |
| Template function that is used to find a node or object that is inside a map. | |