retdec
Public Member Functions | Private Attributes | List of all members
retdec::fileformat::DotnetDataType< ElementType::Array > Class Reference

#include <dotnet_data_types.h>

Inheritance diagram for retdec::fileformat::DotnetDataType< ElementType::Array >:
Inheritance graph
[legend]
Collaboration diagram for retdec::fileformat::DotnetDataType< ElementType::Array >:
Collaboration graph
[legend]

Public Member Functions

 DotnetDataType (std::unique_ptr< DotnetDataTypeBase > &&arrayUnderlyingType, std::vector< std::pair< std::int64_t, std::int64_t >> &&arrayDimensions)
 
virtual std::string getText () const override
 
const DotnetDataTypeBasegetUnderlyingType () const
 
const std::vector< std::pair< std::int64_t, std::int64_t > > & getDimensions () const
 
- Public Member Functions inherited from retdec::fileformat::DotnetDataTypeBase
 DotnetDataTypeBase (ElementType elementType)
 
virtual ~DotnetDataTypeBase ()=default
 
ElementType getElementType () const
 

Private Attributes

std::unique_ptr< DotnetDataTypeBaseunderlyingType
 
std::vector< std::pair< std::int64_t, std::int64_t > > dimensions
 

Additional Inherited Members

- Protected Attributes inherited from retdec::fileformat::DotnetDataTypeBase
ElementType type
 

Constructor & Destructor Documentation

◆ DotnetDataType()

retdec::fileformat::DotnetDataType< ElementType::Array >::DotnetDataType ( std::unique_ptr< DotnetDataTypeBase > &&  arrayUnderlyingType,
std::vector< std::pair< std::int64_t, std::int64_t >> &&  arrayDimensions 
)
inline

Member Function Documentation

◆ getDimensions()

const std::vector<std::pair<std::int64_t, std::int64_t> >& retdec::fileformat::DotnetDataType< ElementType::Array >::getDimensions ( ) const
inline

◆ getText()

std::string retdec::fileformat::DotnetDataTypeArray::getText ( ) const
overridevirtual

◆ getUnderlyingType()

const DotnetDataTypeBase* retdec::fileformat::DotnetDataType< ElementType::Array >::getUnderlyingType ( ) const
inline

Member Data Documentation

◆ dimensions

std::vector<std::pair<std::int64_t, std::int64_t> > retdec::fileformat::DotnetDataType< ElementType::Array >::dimensions
private

◆ underlyingType

std::unique_ptr<DotnetDataTypeBase> retdec::fileformat::DotnetDataType< ElementType::Array >::underlyingType
private

The documentation for this class was generated from the following files: