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

#include <elm/rtti/Class.h>

Public Member Functions

 Parameter (void)
 
 Parameter (const Type &type)
 
 Parameter (cstring name, const Type &type)
 
cstring name (void) const
 
const Typetype (void) const
 

Constructor & Destructor Documentation

◆ Parameter() [1/3]

Parameter ( void  )
inline

◆ Parameter() [2/3]

Parameter ( const Type type)
inline

◆ Parameter() [3/3]

Parameter ( cstring  name,
const Type type 
)
inline

Member Function Documentation

◆ name()

cstring name ( void  ) const
inline

◆ type()

const Type& type ( void  ) const
inline

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