MCPcopy Create free account
hub / github.com/avast/retdec / String

Method String

include/retdec/fileformat/types/strings/string.h:30–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 public:
29 template <typename SectionNameT, typename ContentT>
30 String(StringType type, std::uint64_t fileOffset, SectionNameT&& sectionName, ContentT&& content)
31 : type(type), fileOffset(fileOffset), sectionName(std::forward<SectionNameT>(sectionName)), content(std::forward<ContentT>(content)) {}
32 String(const String&) = default;
33 String(String&&) noexcept = default;
34 ~String() = default;

Callers 7

serializeInt64Function · 0.45
serializeUint64Function · 0.45
serializeBoolFunction · 0.45
serializeDoubleFunction · 0.45
serializeStringFunction · 0.45
serializeFunction · 0.45
serializeContainerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected