Dict.h File Reference
#include <map>
#include <memory>
#include <utility>
#include "../detail/ContainerVariant.h"
#include "../../../type/variant/any/AnyObject.h"
#include "../../../type/variant/container/Dict.h"
#include "../../../type/variant/container/Object.h"
+ Include dependency graph for Dict.h:

Go to the source code of this file.

Classes

class  Dict
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::aron
 
 armarx::aron::data
 A convenience header to include all aron files (full include, not forward declared)
 

Typedefs

using DictPtr = std::shared_ptr< Dict >
 

Functions

template<typename... _Args>
aron::data::DictPtr make_dict (_Args &&... args)