#include <string.h>
◆ String() [1/3]
template<typename SectionNameT , typename ContentT >
retdec::fileformat::String::String |
( |
StringType |
type, |
|
|
std::uint64_t |
fileOffset, |
|
|
SectionNameT && |
sectionName, |
|
|
ContentT && |
content |
|
) |
| |
|
inline |
◆ String() [2/3]
retdec::fileformat::String::String |
( |
const String & |
| ) |
|
|
default |
◆ String() [3/3]
retdec::fileformat::String::String |
( |
String && |
| ) |
|
|
defaultnoexcept |
◆ ~String()
retdec::fileformat::String::~String |
( |
| ) |
|
|
default |
◆ getContent()
const std::string & retdec::fileformat::String::getContent |
( |
| ) |
const |
◆ getFileOffset()
std::uint64_t retdec::fileformat::String::getFileOffset |
( |
| ) |
const |
◆ getSectionName()
const std::string & retdec::fileformat::String::getSectionName |
( |
| ) |
const |
◆ getType()
StringType retdec::fileformat::String::getType |
( |
| ) |
const |
◆ isAscii()
bool retdec::fileformat::String::isAscii |
( |
| ) |
const |
◆ isWide()
bool retdec::fileformat::String::isWide |
( |
| ) |
const |
◆ operator!=()
bool retdec::fileformat::String::operator!= |
( |
const String & |
rhs | ) |
const |
◆ operator<()
bool retdec::fileformat::String::operator< |
( |
const String & |
rhs | ) |
const |
◆ operator=() [1/2]
String& retdec::fileformat::String::operator= |
( |
const String & |
| ) |
|
|
default |
◆ operator=() [2/2]
◆ operator==()
bool retdec::fileformat::String::operator== |
( |
const String & |
rhs | ) |
const |
◆ setContent() [1/2]
void retdec::fileformat::String::setContent |
( |
const std::string & |
stringContent | ) |
|
◆ setContent() [2/2]
void retdec::fileformat::String::setContent |
( |
std::string && |
stringContent | ) |
|
◆ setFileOffset()
void retdec::fileformat::String::setFileOffset |
( |
std::uint64_t |
stringFileOffset | ) |
|
◆ setSectionName() [1/2]
void retdec::fileformat::String::setSectionName |
( |
const std::string & |
sectionName | ) |
|
◆ setSectionName() [2/2]
void retdec::fileformat::String::setSectionName |
( |
std::string && |
sectionName | ) |
|
◆ setType()
void retdec::fileformat::String::setType |
( |
StringType |
stringType | ) |
|
◆ content
std::string retdec::fileformat::String::content |
|
private |
◆ fileOffset
std::uint64_t retdec::fileformat::String::fileOffset |
|
private |
◆ sectionName
std::string retdec::fileformat::String::sectionName |
|
private |
◆ type
The documentation for this class was generated from the following files:
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/include/retdec/fileformat/types/strings/string.h
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/src/fileformat/types/strings/string.cpp