|
Jpp
15.0.0-rc.2
the software that should make you happy
|
Auxiliary map for color facets. More...
#include <JColorFacet.hh>
Public Types | |
| typedef std::map< std::string, JSinglePointer< JColorFacet > > | map_type |
| typedef map_type::key_type | key_type |
| typedef map_type::mapped_type | mapped_type |
| typedef map_type::value_type | value_type |
Public Member Functions | |
| JColorFacetMap_t () | |
| Default constructor. More... | |
| const mapped_type & | operator[] (const key_type &key) const |
| Get value for given key. More... | |
| template<class T > | |
| void | operator() (const JType< T > &type) |
| Insert data type. More... | |
Auxiliary map for color facets.
Definition at line 278 of file JColorFacet.hh.
| typedef std::map<std::string, JSinglePointer<JColorFacet> > JLANG::JColorFacetMap_t::map_type |
Definition at line 281 of file JColorFacet.hh.
| typedef map_type::key_type JLANG::JColorFacetMap_t::key_type |
Definition at line 282 of file JColorFacet.hh.
| typedef map_type::mapped_type JLANG::JColorFacetMap_t::mapped_type |
Definition at line 283 of file JColorFacet.hh.
| typedef map_type::value_type JLANG::JColorFacetMap_t::value_type |
Definition at line 284 of file JColorFacet.hh.
|
inline |
Default constructor.
Definition at line 290 of file JColorFacet.hh.
|
inline |
Get value for given key.
Note that this method will throw an error if given key is absent.
| key | key |
Definition at line 304 of file JColorFacet.hh.
Insert data type.
| type | data type |
Definition at line 322 of file JColorFacet.hh.
1.8.5