|
#include <string>
#include <map>
#include <vector>
#include <memory>
#include <ArmarXCore/core/logging/Logging.h>
Go to the source code of this file.
Classes | |
class | AbstractFactoryMethod< Base, constructorArg, SharedPointer > |
A template that can be used as a superclass of a class hierarchy that wants to provide a factory method which allows instantiation of objects based on a string identifier. More... | |
struct | AbstractFactoryMethod< Base, constructorArg, SharedPointer >::SubClassRegistry |
A helper struct to allow static initialisation of the subclass lookup table. More... | |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |