7 #ifndef RETDEC_COMMON_TYPE_H
8 #define RETDEC_COMMON_TYPE_H
25 Type(
const std::string& llvmIrRepre);
41 std::string
getId()
const;
std::string _llvmIr
Definition: type.h:51
std::string getId() const
Definition: type.cpp:56
void setLlvmIr(const std::string &t)
Definition: type.cpp:48
void setIsWideString(bool b)
Definition: type.cpp:43
bool _wideString
Definition: type.h:54
std::string getLlvmIr() const
Definition: type.cpp:64
bool operator<(const Type &val) const
Definition: type.cpp:76
bool operator==(const Type &val) const
Definition: type.cpp:85
bool isDefined() const
Definition: type.cpp:29
bool isWideString() const
Definition: type.cpp:38
Type()
Definition: type.cpp:17
std::set< Type > TypeContainer
Definition: type.h:57
Definition: archive_wrapper.h:19