|
Flagger with referenced/external dictionary accepting values of (integer) type T. More...
#include <Flags.h>
Public Types | |
typedef F | fbase_t |
typedef fbase_t::value_t | value_t |
typedef fbase_t::dict_t | dict_t |
Public Member Functions | |
virtual const dict_t & | getDict () const |
Flagger2 (const dict_t &dict) | |
Flagger2 (const Flagger2< F > &flagger) | |
template<class T > | |
Flagger2< F > & | operator= (const T &v) |
Protected Attributes | |
const dict_t & | dict |
Flagger with referenced/external dictionary accepting values of (integer) type T.
Designed for local, instantaneous use. Should several flaggers use the same dictionary, use Flagger2<F> instead.
F | – SingleFlagger<T> or MultiFlagger<T>, integer type T |