retdec
|
Classes for metadata tables. More...
#include <cstdint>
#include <type_traits>
#include "retdec/fileformat/file_format/file_format.h"
#include "retdec/fileformat/types/dotnet_headers/metadata_stream.h"
Go to the source code of this file.
Namespaces | |
retdec | |
retdec::fileformat | |
Functions | |
template<> | |
std::uint8_t | retdec::fileformat::BaseRecord::loadUInt< std::uint8_t > (const FileFormat *file, std::uint64_t &address) |
template<> | |
std::uint16_t | retdec::fileformat::BaseRecord::loadUInt< std::uint16_t > (const FileFormat *file, std::uint64_t &address) |
template<> | |
std::uint32_t | retdec::fileformat::BaseRecord::loadUInt< std::uint32_t > (const FileFormat *file, std::uint64_t &address) |
Classes for metadata tables.