|
libqi-api
release-2.5.3-2016-11-18
|
#include <type.hxx>
Additional Inherited Members | |
Public Types inherited from qi::DefaultTypeImpl< int > | |
| using | MethodsImpl = DefaultTypeImplMethods< int, TypeByPointer< int > > |
Public Member Functions inherited from qi::DefaultTypeImpl< int > | |
| const ::qi::TypeInfo & | info () override |
| Get the TypeInfo corresponding to this type. More... | |
| void * | initializeStorage (void *ptr=0) override |
| void * | ptrFromStorage (void **s) override |
| bool | less (void *a, void *b) override |
| void * | clone (void *ptr) override |
| Allocate a storage and copy the value given as an argument. More... | |
| void | destroy (void *ptr) override |
| Free all resources of a storage. More... | |
Public Member Functions inherited from qi::TypeInterface | |
| virtual TypeKind | kind () |
| const char * | infoString () |
| qi::Signature | signature (void *storage=0, bool resolveDynamic=false) |
Static Public Member Functions inherited from qi::TypeInterface | |
| static TypeInterface * | fromSignature (const qi::Signature &sig) |