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::data
 A convenience header to include all aron files (full include, not forward declared)
 

Typedefs

using BoolPtr = std::shared_ptr< Bool >
 
using DoublePtr = std::shared_ptr< Double >
 
using FloatPtr = std::shared_ptr< Float >
 
using IntPtr = std::shared_ptr< Int >
 
using LongPtr = std::shared_ptr< Long >
 
using StringPtr = std::shared_ptr< String >
 
using VariantPtr = std::shared_ptr< Variant >