|
libqi-api
release-2.5.3-2016-11-18
|
Go to the source code of this file.
Classes | |
| class | qi::DynamicObject |
Namespaces | |
| qi | |
| Deprecated in 2.5. Use int8_t from <cstdint>. | |
Macros | |
| #define | _QI_TYPE_DYNAMICOBJECT_HPP_ |
Functions | |
| AnyObject | qi::makeDynamicAnyObject (DynamicObject *obj, bool destroyObject=true, boost::function< void(GenericObject *)> onDelete=boost::function< void(GenericObject *)>()) |
| AnyObject | qi::makeDynamicSharedAnyObjectImpl (DynamicObject *obj, boost::shared_ptr< Empty > other) |
| template<typename T > | |
| AnyObject | qi::makeDynamicSharedAnyObject (DynamicObject *obj, boost::shared_ptr< T > other) |
| ObjectTypeInterface * | qi::getDynamicTypeInterface () |
| #define _QI_TYPE_DYNAMICOBJECT_HPP_ |
Definition at line 8 of file dynamicobject.hpp.