retdec
include
retdec
ctypes
ctypes.h
Go to the documentation of this file.
1
7
#ifndef RETDEC_CTYPES_H
8
#define RETDEC_CTYPES_H
9
10
#include "
retdec/ctypes/annotation.h
"
11
#include "
retdec/ctypes/annotation_in.h
"
12
#include "
retdec/ctypes/annotation_inout.h
"
13
#include "
retdec/ctypes/annotation_optional.h
"
14
#include "
retdec/ctypes/annotation_out.h
"
15
#include "
retdec/ctypes/array_type.h
"
16
#include "
retdec/ctypes/call_convention.h
"
17
#include "
retdec/ctypes/composite_type.h
"
18
#include "
retdec/ctypes/context.h
"
19
#include "
retdec/ctypes/enum_type.h
"
20
#include "
retdec/ctypes/exceptions.h
"
21
#include "
retdec/ctypes/floating_point_type.h
"
22
#include "
retdec/ctypes/function_declaration.h
"
23
#include "
retdec/ctypes/function.h
"
24
#include "
retdec/ctypes/function_type.h
"
25
#include "
retdec/ctypes/header_file.h
"
26
#include "
retdec/ctypes/integral_type.h
"
27
#include "
retdec/ctypes/member.h
"
28
#include "
retdec/ctypes/module.h
"
29
#include "
retdec/ctypes/named_type.h
"
30
#include "
retdec/ctypes/parameter.h
"
31
#include "
retdec/ctypes/pointer_type.h
"
32
#include "
retdec/ctypes/reference_type.h
"
33
#include "
retdec/ctypes/struct_type.h
"
34
#include "
retdec/ctypes/typedefed_type.h
"
35
#include "
retdec/ctypes/type.h
"
36
#include "
retdec/ctypes/union_type.h
"
37
#include "
retdec/ctypes/unknown_type.h
"
38
#include "
retdec/ctypes/visitable.h
"
39
#include "
retdec/ctypes/visit_all_visitor.h
"
40
#include "
retdec/ctypes/visitor.h
"
41
#include "
retdec/ctypes/void_type.h
"
42
43
#endif
//RETDEC_CTYPES_H
annotation.h
A representation of type's annotation.
annotation_in.h
A representation of in annotation.
annotation_inout.h
A representation of inout annotation.
annotation_optional.h
A representation of optional annotation.
annotation_out.h
A representation of out annotation.
call_convention.h
A representation of a C call convention.
composite_type.h
A representation of composite types.
array_type.h
A representation of array types.
context.h
Container for all C functions and types.
exceptions.h
Exceptions for C-types.
function.h
A representation of a C functions.
function_type.h
A representation of a function type.
integral_type.h
A representation of integral types.
module.h
Main class for C functions representation.
named_type.h
A representation of class and instantiated template class types.
pointer_type.h
A representation of pointer types.
reference_type.h
A representation of reference types.
struct_type.h
A representation of struct types.
type.h
A base class of all C types.
unknown_type.h
A representation of unknown type.
visitable.h
Interface for classes whose instances are visitable by a visitor.
visitor.h
A base class of all visitors.
void_type.h
A representation of void type.
enum_type.h
A representation of enum types.
floating_point_type.h
A representation of floating point types.
function_declaration.h
A representation of a C function declaration.
header_file.h
A representation of C header file.
member.h
A representation of a struct's and union's members.
parameter.h
A representation of a function parameter.
typedefed_type.h
A representation of typedefed types.
union_type.h
A representation of union types.
visit_all_visitor.h
A visitor that visits all types inside some type.
Generated on Tue Aug 8 2023 10:45:48 for retdec by
1.9.1