RMF
RMF::Enum< TagT > Class Template Reference

A strong enum with an associated string name for each value. More...

#include <RMF/Enum.h>

Public Types

typedef TagT Tag
 

Public Member Functions

 Enum (int i)
 
 Enum (bool, int i)
 
 Enum (std::string name)
 
 Enum (int i, std::string name)
 

Detailed Description

template<class TagT>
class RMF::Enum< TagT >

A general purpose Enum that has associated names and is type checked in python.

Definition at line 46 of file Enum.h.


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