libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros | Typedefs | Functions
anyobject.hpp File Reference
#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 &params, bool noCloneFirst=false, unsigned int callerId=0, qi::os::timeval postTimestamp=qi::os::timeval())
 

Macro Definition Documentation

#define _QI_ANYOBJECT_HPP_

Definition at line 8 of file anyobject.hpp.