7 #ifndef RETDEC_FILEFORMAT_TYPES_STRINGS_STRING_H
8 #define RETDEC_FILEFORMAT_TYPES_STRINGS_STRING_H
29 template <
typename SectionNameT,
typename ContentT>
51 void setContent(const std::
string& stringContent);
54 bool operator<(const
String& rhs) const;
55 bool operator==(const
String& rhs) const;
56 bool operator!=(const
String& rhs) const;
Definition: archive_wrapper.h:19