MEPP2 Project
Namespaces | Functions
Helpers.hxx File Reference
#include <vector>
#include <list>
#include <set>
Include dependency graph for Helpers.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 FEVV
 Interfaces for plugins These interfaces will be used for different plugins.
 
 FEVV::Container
 

Functions

template<typename ContainerType , typename ContainedType >
void FEVV::Container::insert (ContainerType &container, const ContainedType &element)
 
template<typename ContainerType , typename ContainedType >
void FEVV::Container::erase (ContainerType &container, const ContainedType &element)
 
template<typename ContainedType >
bool FEVV::Container::is_sequential_container (const std::vector< ContainedType > &container)
 
template<typename ContainedType >
bool FEVV::Container::is_sequential_container (const std::list< ContainedType > &container)
 
template<typename ContainedType >
bool FEVV::Container::is_sequential_container (const std::set< ContainedType > &container)