Public Types | Public Member Functions | Protected Attributes | List of all members
Flagger2< F > Class Template Reference

Flagger with referenced/external dictionary accepting values of (integer) type T. More...

#include <Flags.h>

Inheritance diagram for Flagger2< F >:
Inheritance graph
[legend]
Collaboration diagram for Flagger2< F >:
Collaboration graph
[legend]

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
 

Detailed Description

template<class F>
class drain::Flagger2< F >

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.

Template Parameters
F– SingleFlagger<T> or MultiFlagger<T>, integer type T

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