|
MEPP2 Project
|
#include <vector>#include <list>#include <set>

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) |