libqi-api
2.8.7.4
|
Go to the source code of this file.
Namespaces | |
qi | |
Deprecated in 2.5. Use int8_t from <cstdint>. | |
qi::detail | |
_qi_ | |
_qi_::qi | |
Macros | |
#define | _QITYPE_DETAIL_TYPEIMPL_HXX_ |
#define | _QI_BOUNCE_TYPE_METHODS_NOCLONE(Bounce) |
Implement all methods of Type except clone/destroy as bouncers to Bouncer. More... | |
#define | _QI_BOUNCE_TYPE_METHODS(Bounce) |
Implement all methods of Type as bouncers to Bouncer. More... | |
#define | _QI_BOUNCE_TYPE_METHODS_NOINFO(Bounce) |
Implement all methods of Type except info() as bouncers to Bouncer. More... | |
Functions | |
void | qi::detail::typeFail (const char *typeName, const char *operation) |
Report a type operation failure. More... | |
#define _QI_BOUNCE_TYPE_METHODS | ( | Bounce | ) |
Implement all methods of Type as bouncers to Bouncer.
Definition at line 273 of file typeimpl.hxx.
#define _QI_BOUNCE_TYPE_METHODS_NOCLONE | ( | Bounce | ) |
Implement all methods of Type except clone/destroy as bouncers to Bouncer.
Definition at line 266 of file typeimpl.hxx.
#define _QI_BOUNCE_TYPE_METHODS_NOINFO | ( | Bounce | ) |
Implement all methods of Type except info() as bouncers to Bouncer.
Definition at line 279 of file typeimpl.hxx.
#define _QITYPE_DETAIL_TYPEIMPL_HXX_ |
Definition at line 8 of file typeimpl.hxx.