ViennaGrid - The Vienna Grid Library  2.1.0
Public Types | Public Member Functions
container_base< base_container_, handle_tag > Class Template Reference

#include <container.hpp>

Inheritance diagram for container_base< base_container_, handle_tag >:
handled_container< base_container_, handle_tag > base_container_

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

template<typename base_container_, typename handle_tag>
class viennagrid::detail::container_base< base_container_, handle_tag >


Member Typedef Documentation

typedef handled_container_type::const_iterator const_iterator
typedef handled_container_type::iterator iterator
typedef std::pair<handle_type, bool> return_type

Member Function Documentation

iterator find ( value_type const &  ) const [inline]
return_type insert ( value_type const &  element) [inline]
bool is_present ( value_type const &  ) const [inline]

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