forward_declarations.h File Reference
#include <memory>
+ Include dependency graph for forward_declarations.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Typedefs

using AnyObjectPtr = std::shared_ptr< class AnyObject >
 
using BoolPtr = std::shared_ptr< class Bool >
 
using DictPtr = std::shared_ptr< class Dict >
 
using DoublePtr = std::shared_ptr< class Double >
 
using FloatPtr = std::shared_ptr< class Float >
 
using ImagePtr = std::shared_ptr< class Image >
 
using IntPtr = std::shared_ptr< class Int >
 
using ListPtr = std::shared_ptr< class List >
 
using LongPtr = std::shared_ptr< class Long >
 
using MatrixPtr = std::shared_ptr< class Matrix >
 
using NDArrayPtr = std::shared_ptr< class NDArray >
 
using PairPtr = std::shared_ptr< class Pair >
 
using PointCloudPtr = std::shared_ptr< class PointCloud >
 
using QuaternionPtr = std::shared_ptr< class Quaternion >
 
using StringPtr = std::shared_ptr< class String >
 
using TuplePtr = std::shared_ptr< class Tuple >
 
using VariantPtr = std::shared_ptr< Variant >