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

#include <dotnet_data_types.h>

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

Public Member Functions

 DotnetDataType (std::unique_ptr< DotnetDataTypeBase > &&fnReturnType, std::vector< std::unique_ptr< DotnetDataTypeBase >> &&fnParamTypes)
 
virtual std::string getText () const override
 
const DotnetDataTypeBasegetReturnType () const
 
const std::vector< std::unique_ptr< DotnetDataTypeBase > > & getParameterTypes () const
 
- Public Member Functions inherited from retdec::fileformat::DotnetDataTypeBase
 DotnetDataTypeBase (ElementType elementType)
 
virtual ~DotnetDataTypeBase ()=default
 
ElementType getElementType () const
 

Private Attributes

std::unique_ptr< DotnetDataTypeBasereturnType
 
std::vector< std::unique_ptr< DotnetDataTypeBase > > paramTypes
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ DotnetDataType()

retdec::fileformat::DotnetDataType< ElementType::FnPtr >::DotnetDataType ( std::unique_ptr< DotnetDataTypeBase > &&  fnReturnType,
std::vector< std::unique_ptr< DotnetDataTypeBase >> &&  fnParamTypes 
)
inline

Member Function Documentation

◆ getParameterTypes()

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

◆ getReturnType()

◆ getText()

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

Member Data Documentation

◆ paramTypes

std::vector<std::unique_ptr<DotnetDataTypeBase> > retdec::fileformat::DotnetDataType< ElementType::FnPtr >::paramTypes
private

◆ returnType


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