#include <registry.h>
Public Types | |
| typedef iter_t | const_iterator |
Static Public Member Functions | |
| static bool | empty () |
| static reg_t::size_type | size () |
| static const_iterator | begin () |
| static const_iterator | end () |
| static void | put (K const &key, V const &value) |
| static V const & | get (K const &key) |
| static bool | get (K const &key, V &value) throw () |
Private Types | |
| typedef std::map< K const, V > | reg_t |
| typedef reg_t::const_iterator | iter_t |
Private Member Functions | |
| registry ()=delete | |
| registry (registry const &)=delete | |
| void | operator= (registry const &)=delete |
Static Private Member Functions | |
| static reg_t & | the_registry_ () |
Definition at line 17 of file registry.h.
| typedef iter_t cet::registry< K, V >::const_iterator |
Definition at line 34 of file registry.h.
|
private |
Definition at line 31 of file registry.h.
|
private |
Definition at line 30 of file registry.h.
|
privatedelete |
|
privatedelete |
|
inlinestatic |
Definition at line 48 of file registry.h.
|
inlinestatic |
Definition at line 37 of file registry.h.
|
inlinestatic |
Definition at line 53 of file registry.h.
|
static |
Definition at line 85 of file registry.h.
|
static | ||||||||||||||||||||
Definition at line 96 of file registry.h.
|
privatedelete |
|
static |
Definition at line 78 of file registry.h.
|
inlinestatic |
Definition at line 42 of file registry.h.
|
inlinestaticprivate |
Definition at line 66 of file registry.h.
1.8.11