| File src/DelimOstreamIterator.hpp changed (mode: 100644) (index 4cc227e..d1a8bd5) |
| 15 |
15 |
// along with this program; if not, write to the Free Software |
// along with this program; if not, write to the Free Software |
| 16 |
16 |
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA |
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA |
| 17 |
17 |
|
|
| 18 |
|
#ifndef DELIMOSTREAMITERATOR_HPP__ |
|
| 19 |
|
#define DELIMOSTREAMITERATOR_HPP__ |
|
|
18 |
|
#ifndef D2IF__DELIMOSTREAMITERATOR_HPP__ |
|
19 |
|
#define D2IF__DELIMOSTREAMITERATOR_HPP__ |
| 20 |
20 |
|
|
| 21 |
21 |
#include <iterator> |
#include <iterator> |
| 22 |
22 |
#include <iosfwd> |
#include <iosfwd> |
| |
| ... |
... |
private: |
| 95 |
95 |
bool first; |
bool first; |
| 96 |
96 |
}; |
}; |
| 97 |
97 |
|
|
| 98 |
|
#endif // DELIMOSTREAMITERATOR_HPP__ |
|
|
98 |
|
#endif // D2IF__DELIMOSTREAMITERATOR_HPP__ |