SingleTypeVariantList.h File Reference
#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/observers/exceptions/user/InvalidTypeException.h>
#include <IceUtil/Handle.h>
+ Include dependency graph for SingleTypeVariantList.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SingleTypeVariantList
 The SingleTypeVariantList class is a subclass of VariantContainer and is comparable to a std::vector<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 SingleTypeVariantListPtr = IceInternal::Handle< SingleTypeVariantList >
 
using STVarList = SingleTypeVariantList
 

Variables

const VariantContainerType List = VariantContainerType(SingleTypeVariantList::getTypePrefix())
 
const VariantTypeId SingleTypeVariantList = Variant::addTypeName(SingleTypeVariantList::getTypePrefix())