Main Page
Module List
Reference documentation
Namespaces
Classes
Examples
distroDM
c++_api
inc
DM
InsertIterator.hpp
1
#ifndef DM_INSERT_ITERATOR_HPP_INCLUDED
2
#define DM_INSERT_ITERATOR_HPP_INCLUDED
3
4
#ifdef _MSC_VER
5
#pragma once
6
#endif
7
8
#include "InsertIteratorSTL.hpp"
//defines DM insert iterator for stl container
9
#include "InsertIteratorDM.hpp"
//defines insert iterator for DM objects
10
11
//The PH insert iterator are not included per default to motivate programmers to use the stl container (jo 6.4.09)
12
//#include "InsertIteratorPH.hpp" //defines DM insert iterator for PH container (PH_vector, PH_List)
13
14
#endif //DM_INSERT_ITERATOR_HPP_INCLUDED