#include <RobotComponents/components/MotionPlanning/CSpace/GlobalCache.h>
template<class ObjectTypePtr, class Id = std::string>
class armarx::GlobalCache< ObjectTypePtr, Id >
Definition at line 38 of file GlobalCache.h.
◆ GlobalCache() [1/2]
◆ GlobalCache() [2/2]
◆ ~GlobalCache()
◆ getCache()
std::map<Id, ObjectTypePtr>& getCache |
( |
| ) |
const |
|
inlineprotected |
◆ getCacheObject()
ObjectTypePtr getCacheObject |
( |
const Id & |
id | ) |
|
|
inline |
◆ getInstanceCounter()
std::atomic<int>& getInstanceCounter |
( |
| ) |
|
|
inlineprotected |
◆ getMapLock()
◆ hasObject()
bool hasObject |
( |
const Id & |
id | ) |
const |
|
inline |
◆ insertObject()
void insertObject |
( |
const Id & |
id, |
|
|
const ObjectTypePtr & |
obj |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: