retdec
ctypes.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_CTYPES_H
8 #define RETDEC_CTYPES_H
9 
18 #include "retdec/ctypes/context.h"
23 #include "retdec/ctypes/function.h"
27 #include "retdec/ctypes/member.h"
28 #include "retdec/ctypes/module.h"
35 #include "retdec/ctypes/type.h"
40 #include "retdec/ctypes/visitor.h"
42 
43 #endif //RETDEC_CTYPES_H
A representation of type's annotation.
A representation of in annotation.
A representation of inout annotation.
A representation of optional annotation.
A representation of out annotation.
A representation of a C call convention.
A representation of composite types.
A representation of array types.
Container for all C functions and types.
Exceptions for C-types.
A representation of a C functions.
A representation of a function type.
A representation of integral types.
Main class for C functions representation.
A representation of class and instantiated template class types.
A representation of pointer types.
A representation of reference types.
A representation of struct types.
A base class of all C types.
A representation of unknown type.
Interface for classes whose instances are visitable by a visitor.
A base class of all visitors.
A representation of void type.
A representation of enum types.
A representation of floating point types.
A representation of a C function declaration.
A representation of C header file.
A representation of a struct's and union's members.
A representation of a function parameter.
A representation of typedefed types.
A representation of union types.
A visitor that visits all types inside some type.