retdec
|
Files | |
file | annotation.h [code] |
A representation of type's annotation. | |
file | annotation_in.h [code] |
A representation of in annotation. | |
file | annotation_inout.h [code] |
A representation of inout annotation. | |
file | annotation_optional.h [code] |
A representation of optional annotation. | |
file | annotation_out.h [code] |
A representation of out annotation. | |
file | array_type.h [code] |
A representation of array types. | |
file | call_convention.h [code] |
A representation of a C call convention. | |
file | composite_type.h [code] |
A representation of composite types. | |
file | context.h [code] |
Container for all C functions and types. | |
file | ctypes.h [code] |
File to include, when all ctypes files are needed. | |
file | enum_type.h [code] |
A representation of enum types. | |
file | exceptions.h [code] |
Exceptions for C-types. | |
file | floating_point_type.h [code] |
A representation of floating point types. | |
file | function.h [code] |
A representation of a C functions. | |
file | function_declaration.h [code] |
A representation of a C function declaration. | |
file | function_type.h [code] |
A representation of a function type. | |
file | header_file.h [code] |
A representation of C header file. | |
file | integral_type.h [code] |
A representation of integral types. | |
file | member.h [code] |
A representation of a struct's and union's members. | |
file | module.h [code] |
Main class for C functions representation. | |
file | named_type.h [code] |
A representation of class and instantiated template class types. | |
file | parameter.h [code] |
A representation of a function parameter. | |
file | pointer_type.h [code] |
A representation of pointer types. | |
file | reference_type.h [code] |
A representation of reference types. | |
file | struct_type.h [code] |
A representation of struct types. | |
file | type.h [code] |
A base class of all C types. | |
file | typedefed_type.h [code] |
A representation of typedefed types. | |
file | union_type.h [code] |
A representation of union types. | |
file | unknown_type.h [code] |
A representation of unknown type. | |
file | visit_all_visitor.h [code] |
A visitor that visits all types inside some type. | |
file | visitable.h [code] |
Interface for classes whose instances are visitable by a visitor. | |
file | visitor.h [code] |
A base class of all visitors. | |
file | void_type.h [code] |
A representation of void type. | |