7 #ifndef RETDEC_DEFAULT_TYPE_CONFIG_H
8 #define RETDEC_DEFAULT_TYPE_CONFIG_H
15 namespace ctypesparser {
Defines type widths and singnedness for types that are implementation specific. TODO add configuratio...
Definition: type_config.h:21
TypeSignedness _typeSignedness
Definition: type_config.h:39
TypeWidths typeWidths()
Definition: type_config.cpp:47
TypeSignedness typeSignedness()
Definition: type_config.cpp:52
std::map< std::string, ctypes::IntegralType::Signess > TypeSignedness
Set container for C-types' signedness.
Definition: type_config.h:26
TypeConfig()
Defines type widths and singnedness for types that are implementation specific.
Definition: type_config.cpp:15
std::map< std::string, unsigned > TypeWidths
Set container for C-types' bit width.
Definition: type_config.h:24
unsigned _defaultBitWidth
Definition: type_config.h:40
unsigned defaultBitWidth()
Definition: type_config.cpp:57
TypeWidths _typeWidths
Definition: type_config.h:38
A representation of integral types.
Definition: archive_wrapper.h:19