|
libqi-api
release-2.5.3-2016-11-18
|
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 275 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 268 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 281 of file typeimpl.hxx.
| #define _QITYPE_DETAIL_TYPEIMPL_HXX_ |
Definition at line 8 of file typeimpl.hxx.