Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
ParamType Class Referenceabstract

#include <elm/rtti/Type.h>

+ Inheritance diagram for ParamType:

Public Member Functions

virtual ~ParamType (void)
 
virtual int index (void) const =0
 

Detailed Description

Interface for a parameter in a template type.

Constructor & Destructor Documentation

◆ ~ParamType()

~ParamType ( void  )
virtual

Member Function Documentation

◆ index()

int index ( void  ) const
pure virtual

Return the index of the parameter.

Returns
Parameter index.

Implemented in ActualParamType.


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