ViennaGrid - The Vienna Grid Library  2.1.0
Namespaces | Functions
viennagrid/storage/container_collection_element.hpp File Reference

Defines inserter callbacks. More...

Go to the source code of this file.

Namespaces

namespace  viennagrid
 

The main ViennaGrid namespace. Most user functionality resides directly in this namespace rather than in sub-namespaces.


namespace  viennagrid::detail
 

Namespace for implementation details. Not intended to be used directly by a library user.


Functions

template<typename container_collection_element_type , typename inserter_type >
void insert_callback (container_collection_element_type &element, bool insert_result, inserter_type &inserter)
template<typename container_collection_element_type , typename inserter_type >
void insert_callback (container_collection_element_type const &element, bool insert_result, inserter_type &inserter)
template<typename inserter_type >
void insert_callback (bool &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (char &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (unsigned char &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (short &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (unsigned short &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (int &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (unsigned int &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (long &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (unsigned long &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (float &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (double &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (const bool &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (const char &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (const unsigned char &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (const short &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (const unsigned short &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (const int &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (const unsigned int &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (const long &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (const unsigned long &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (const float &, bool, inserter_type &)
template<typename inserter_type >
void insert_callback (const double &, bool, inserter_type &)

Detailed Description

Defines inserter callbacks.