Auxiliary map for color facets.  
 More...
#include <JColorFacet.hh>
Auxiliary map for color facets. 
Definition at line 278 of file JColorFacet.hh.
 
◆ map_type
◆ key_type
◆ mapped_type
◆ value_type
◆ JColorFacetMap_t()
  
  
      
        
          | JLANG::JColorFacetMap_t::JColorFacetMap_t  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator[]()
Get value for given key. 
Note that this method will throw an error if given key is absent.
- Parameters
 - 
  
  
 
- Returns
 - value 
 
Definition at line 306 of file JColorFacet.hh.
  308       const_iterator p = find(key);
 
  310       if (p != this->end()) {
 
 
 
 
◆ operator()()
template<class T > 
  
  
      
        
          | void JLANG::JColorFacetMap_t::operator()  | 
          ( | 
          const JType< T > &  | 
          type | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this struct was generated from the following file: