PolyBoRi
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
polybori
include
CCuddLastIter.h
Go to the documentation of this file.
1
// -*- c++ -*-
2
//*****************************************************************************
51
//*****************************************************************************
52
53
// include basic definitions
54
#include "
CCuddNavigator.h
"
55
56
#ifndef CCuddLastIter_h_
57
#define CCuddLastIter_h_
58
59
BEGIN_NAMESPACE_PBORI
60
67
class
CCuddLastIter
:
68
public
CCuddNavigator
{
69
70
public
:
72
typedef
std::forward_iterator_tag
iterator_category
;
73
75
typedef
CCuddLastIter
self
;
76
78
typedef
CCuddNavigator
base
;
79
81
CCuddLastIter
():
base
() {}
82
CCuddLastIter
(pointer_type ptr);
83
85
CCuddLastIter
(
const
self
&);
86
88
~
CCuddLastIter
();
89
91
self
& operator++();
92
94
self
operator++(
int
);
95
96
protected
:
98
void
terminateConstant();
99
};
100
101
102
END_NAMESPACE_PBORI
103
104
#endif
Generated on Tue Jun 25 2013 08:12:11 for PolyBoRi by
1.8.1.2