| 
    ViennaGrid - The Vienna Grid Library
    2.1.0
    
   
   | 
  
  
  
 
#include <container.hpp>
  
 Public Types | |
| typedef  handled_container_type::const_handle_type  | const_handle_type | 
| typedef  handled_container_type::const_iterator  | const_iterator | 
| typedef  handled_container_type::const_pointer  | const_pointer | 
| typedef  handled_container_type::const_reference  | const_reference | 
| typedef  handled_container_type::container_type  | container_type | 
| typedef  handled_container_type::handle_type  | handle_type | 
| typedef handled_container < base_container_, handle_tag >  | handled_container_type | 
| typedef  handled_container_type::iterator  | iterator | 
| typedef  handled_container_type::pointer  | pointer | 
| typedef  handled_container_type::reference  | reference | 
| typedef std::pair< handle_type,  bool >  | return_type | 
| typedef  handled_container_type::value_type  | value_type | 
Public Member Functions | |
| iterator | find (value_type const &) const | 
| return_type | insert (value_type const &element) | 
| bool | is_present (value_type const &) const | 
Reimplemented from handled_container< base_container_, handle_tag >.
Reimplemented in container< base_container_, handle_tag_ >.
| typedef handled_container_type::const_iterator const_iterator | 
Reimplemented in container< base_container_, handle_tag_ >.
Reimplemented from handled_container< base_container_, handle_tag >.
Reimplemented from handled_container< base_container_, handle_tag >.
Reimplemented from handled_container< base_container_, handle_tag >.
Reimplemented from handled_container< base_container_, handle_tag >.
Reimplemented in container< base_container_, handle_tag_ >.
| typedef handled_container<base_container_, handle_tag> handled_container_type | 
| typedef handled_container_type::iterator iterator | 
Reimplemented in container< base_container_, handle_tag_ >.
Reimplemented from handled_container< base_container_, handle_tag >.
Reimplemented from handled_container< base_container_, handle_tag >.
| typedef std::pair<handle_type, bool> return_type | 
Reimplemented from handled_container< base_container_, handle_tag >.
Reimplemented in container< base_container_, handle_tag_ >.
| iterator find | ( | value_type const & | ) |  const [inline] | 
        
| return_type insert | ( | value_type const & | element | ) |  [inline] | 
        
| bool is_present | ( | value_type const & | ) |  const [inline] | 
        
 1.7.6.1