Navigation:
Up
,
Table of Contents
,
Short Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
CGAL::Oneset_iterator<T>
Definition
The class
Oneset_iterator<T>
defines an
BidirectionalIterator
that always refers to one specific object of type
T
. Internally,
Oneset_iterator<T>
stores a pointer to the referred object.
#include <
CGAL/iterator.h
>
Is Model for the Concepts
BidirectionalIterator
Creation
Oneset_iterator<T>
i ( T& t);
creates an iterator referring to
t
.
See Also
CGAL::Emptyset_iterator
CGAL::Const_oneset_iterator
Next:
Const_oneset_iterator<T>
Navigation:
Up
,
Table of Contents
,
Short Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
CGAL Open Source Project
. Release 3.2.1. 13 July 2006.