retdec
|
Classes for .NET data types. More...
#include <memory>
#include <unordered_map>
#include <vector>
#include "retdec/fileformat/types/dotnet_headers/metadata_tables.h"
Go to the source code of this file.
Namespaces | |
retdec | |
retdec::fileformat | |
Typedefs | |
using | retdec::fileformat::DotnetDataTypeEnd = DotnetDataType< ElementType::End > |
using | retdec::fileformat::DotnetDataTypeVoid = DotnetDataType< ElementType::Void > |
using | retdec::fileformat::DotnetDataTypeBoolean = DotnetDataType< ElementType::Boolean > |
using | retdec::fileformat::DotnetDataTypeChar = DotnetDataType< ElementType::Char > |
using | retdec::fileformat::DotnetDataTypeInt8 = DotnetDataType< ElementType::Int8 > |
using | retdec::fileformat::DotnetDataTypeUInt8 = DotnetDataType< ElementType::UInt8 > |
using | retdec::fileformat::DotnetDataTypeInt16 = DotnetDataType< ElementType::Int16 > |
using | retdec::fileformat::DotnetDataTypeUInt16 = DotnetDataType< ElementType::UInt16 > |
using | retdec::fileformat::DotnetDataTypeInt32 = DotnetDataType< ElementType::Int32 > |
using | retdec::fileformat::DotnetDataTypeUInt32 = DotnetDataType< ElementType::UInt32 > |
using | retdec::fileformat::DotnetDataTypeInt64 = DotnetDataType< ElementType::Int64 > |
using | retdec::fileformat::DotnetDataTypeUInt64 = DotnetDataType< ElementType::UInt64 > |
using | retdec::fileformat::DotnetDataTypeFloat32 = DotnetDataType< ElementType::Float32 > |
using | retdec::fileformat::DotnetDataTypeFloat64 = DotnetDataType< ElementType::Float64 > |
using | retdec::fileformat::DotnetDataTypeString = DotnetDataType< ElementType::String > |
using | retdec::fileformat::DotnetDataTypePtr = DotnetDataType< ElementType::Ptr > |
using | retdec::fileformat::DotnetDataTypeByRef = DotnetDataType< ElementType::ByRef > |
using | retdec::fileformat::DotnetDataTypeValueType = DotnetDataType< ElementType::ValueType > |
using | retdec::fileformat::DotnetDataTypeClass = DotnetDataType< ElementType::Class > |
using | retdec::fileformat::DotnetDataTypeGenericVar = DotnetDataType< ElementType::GenericVar > |
using | retdec::fileformat::DotnetDataTypeArray = DotnetDataType< ElementType::Array > |
using | retdec::fileformat::DotnetDataTypeGenericInst = DotnetDataType< ElementType::GenericInst > |
using | retdec::fileformat::DotnetDataTypeTypedByRef = DotnetDataType< ElementType::TypedByRef > |
using | retdec::fileformat::DotnetDataTypeIntPtr = DotnetDataType< ElementType::IntPtr > |
using | retdec::fileformat::DotnetDataTypeUIntPtr = DotnetDataType< ElementType::UIntPtr > |
using | retdec::fileformat::DotnetDataTypeFnPtr = DotnetDataType< ElementType::FnPtr > |
using | retdec::fileformat::DotnetDataTypeObject = DotnetDataType< ElementType::Object > |
using | retdec::fileformat::DotnetDataTypeSzArray = DotnetDataType< ElementType::SzArray > |
using | retdec::fileformat::DotnetDataTypeGenericMVar = DotnetDataType< ElementType::GenericMVar > |
using | retdec::fileformat::DotnetDataTypeCModRequired = DotnetDataType< ElementType::CModRequired > |
using | retdec::fileformat::DotnetDataTypeCModOptional = DotnetDataType< ElementType::CModOptional > |
Classes for .NET data types.