|
libqi-api
release-2.5.3-2016-11-18
|
#include <map>#include <string>#include <qi/atomic.hpp>#include <qi/api.hpp>#include <qi/signal.hpp>#include <qi/detail/executioncontext.hpp>#include <qi/type/typeobject.hpp>#include <qi/type/detail/futureadapter.hpp>#include <qi/type/detail/genericobject.hpp>#include <qi/type/detail/object.hxx>#include <qi/type/detail/proxyregister.hpp>#include <qi/type/objecttypebuilder.hpp>#include <qi/type/detail/futureadapter.hxx>Go to the source code of this file.
Namespaces | |
| qi | |
| Deprecated in 2.5. Use int8_t from <cstdint>. | |
Macros | |
| #define | _QI_ANYOBJECT_HPP_ |
Typedefs | |
| using | qi::AnyObject = Object< Empty > |
Functions | |
| qi::Future< AnyReference > | qi::metaCall (ExecutionContext *ec, ObjectThreadingModel objectThreadingModel, MetaCallType methodThreadingModel, MetaCallType callType, AnyObject manageable, unsigned int methodId, AnyFunction func, const GenericFunctionParameters ¶ms, bool noCloneFirst=false, unsigned int callerId=0, qi::os::timeval postTimestamp=qi::os::timeval()) |
| #define _QI_ANYOBJECT_HPP_ |
Definition at line 8 of file anyobject.hpp.