Loading...
Searching...
No Matches
Public Member Functions | List of all members
EnumWrapper< E, STRICT > Class Template Reference

#include <EnumUtils.h>

Inheritance diagram for EnumWrapper< E, STRICT >:
Inheritance graph
[legend]
Collaboration diagram for EnumWrapper< E, STRICT >:
Collaboration graph
[legend]

Public Member Functions

 EnumWrapper (const std::string &s="")
 
 EnumWrapper (const E &x)
 All the other constructors, including default constructor.
 
template<typename T >
void set (const T &value)
 

Detailed Description

template<typename E, bool STRICT = true>
class drain::EnumWrapper< E, STRICT >

If you want to support assigning several enum sets, use StringWrapper<> with


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