15 #ifndef __IPSDKSERIALIZATION_SERIALIZATIONTYPES_H__ 16 #define __IPSDKSERIALIZATION_SERIALIZATIONTYPES_H__ 18 #include <boost/shared_ptr.hpp> 19 #include <boost/weak_ptr.hpp> 42 #endif // __IPSDKSERIALIZATION_SERIALIZATIONTYPES_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< const BaseSerializationObject > SerializationObjectConstPtr
shared pointer to a const base serialization object
Definition: SerializationTypes.h:32
boost::weak_ptr< BaseSerializationObject > SerializationObjectWeakPtr
weak pointer to a base serialization object
Definition: SerializationTypes.h:35
boost::shared_ptr< BaseSerializationObject > SerializationObjectPtr
shared pointer to a base serialization object
Definition: SerializationTypes.h:23
Base class for serializable class.
Definition: BaseSerializationObject.h:33