|
#include <ArmarXCore/core/system/ImportExport.h>
#include <ArmarXCore/observers/variant/Variant.h>
#include <ArmarXCore/observers/variant/VariantContainer.h>
#include <ArmarXCore/interface/observers/VariantContainers.h>
#include <ArmarXCore/core/logging/Logging.h>
#include <IceUtil/Handle.h>
#include <map>
Go to the source code of this file.
Classes | |
class | StringValueMap |
The StringValueMap class is a subclass of VariantContainer and is comparable to a std::map<std::string, T> containing values of type T. More... | |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::VariantType | |
Typedefs | |
using | StringValueMapPtr = IceInternal::Handle< StringValueMap > |
Variables | |
const VariantContainerType | Map = VariantContainerType(StringValueMap::getTypePrefix()) |
const VariantTypeId | StringValueMap = Variant::addTypeName(StringValueMap::getTypePrefix()) |