retdec
|
This is the complete list of members for retdec::fileformat::StringStream, including all inherited members.
addString(std::size_t offset, const std::string &string) | retdec::fileformat::StringStream | |
getName() const | retdec::fileformat::Stream | inline |
getOffset() const | retdec::fileformat::Stream | inline |
getSize() const | retdec::fileformat::Stream | inline |
getString(std::size_t offset, std::string &result) const | retdec::fileformat::StringStream | |
getType() const | retdec::fileformat::Stream | inline |
name | retdec::fileformat::Stream | private |
offset | retdec::fileformat::Stream | private |
size | retdec::fileformat::Stream | private |
Stream(StreamType streamType, std::uint64_t streamOffset, std::uint64_t streamSize) | retdec::fileformat::Stream | inlineprotected |
strings | retdec::fileformat::StringStream | private |
StringStream(std::uint64_t streamOffset, std::uint64_t streamSize) | retdec::fileformat::StringStream | |
type | retdec::fileformat::Stream | private |
~Stream()=default | retdec::fileformat::Stream | virtual |