Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
Iterator< T > Class Template Reference

#include <elm/rtti/Class.h>

+ Inheritance diagram for Iterator< T >:

Public Member Functions

 Iterator (cstring name)
 
const TypeitemType (void) const
 
- Public Member Functions inherited from Operation
 Operation (kind_t kind, cstring name, const Type &rtype=void_type)
 
 Operation (kind_t kind, cstring name, const List< Parameter > &pars, const Type &rtype=void_type)
 
virtual ~Operation (void)
 
kind_t kind (void) const
 
cstring name (void) const
 
const TypereturnType (void) const
 
const List< Parameter > & parameters (void) const
 
virtual Variant call (const Vector< Variant > &args) const
 

Additional Inherited Members

- Public Types inherited from Operation
enum  kind_t {
  NONE, CONSTRUCTOR, METHOD, STATIC,
  ITER
}
 
- Protected Member Functions inherited from Operation
void add (const Parameter &param)
 

Constructor & Destructor Documentation

◆ Iterator()

Iterator ( cstring  name)
inline

Member Function Documentation

◆ itemType()

const Type& itemType ( void  ) const
inline

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