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

#include <dotnet_data_types.h>

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

Public Member Functions

 DotnetDataType (std::unique_ptr< DotnetDataTypeBase > &&instType, std::vector< std::unique_ptr< DotnetDataTypeBase >> &&instGenericTypes)
 
virtual std::string getText () const override
 
const DotnetDataTypeBasegetType () const
 
std::size_t getGenericCount () const
 
const std::vector< std::unique_ptr< DotnetDataTypeBase > > & getGenericTypes () const
 
- Public Member Functions inherited from retdec::fileformat::DotnetDataTypeBase
 DotnetDataTypeBase (ElementType elementType)
 
virtual ~DotnetDataTypeBase ()=default
 
ElementType getElementType () const
 

Private Attributes

std::unique_ptr< DotnetDataTypeBasetype
 
std::vector< std::unique_ptr< DotnetDataTypeBase > > genericTypes
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ DotnetDataType()

retdec::fileformat::DotnetDataType< ElementType::GenericInst >::DotnetDataType ( std::unique_ptr< DotnetDataTypeBase > &&  instType,
std::vector< std::unique_ptr< DotnetDataTypeBase >> &&  instGenericTypes 
)
inline

Member Function Documentation

◆ getGenericCount()

std::size_t retdec::fileformat::DotnetDataType< ElementType::GenericInst >::getGenericCount ( ) const
inline

◆ getGenericTypes()

const std::vector<std::unique_ptr<DotnetDataTypeBase> >& retdec::fileformat::DotnetDataType< ElementType::GenericInst >::getGenericTypes ( ) const
inline

◆ getText()

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

◆ getType()

Member Data Documentation

◆ genericTypes

std::vector<std::unique_ptr<DotnetDataTypeBase> > retdec::fileformat::DotnetDataType< ElementType::GenericInst >::genericTypes
private

◆ type


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