#include <circulator.h>
Public Types | |
typedef C::value_type | value_type |
typedef value_type & | reference |
typedef const value_type & | const_reference |
typedef value_type * | pointer |
typedef const value_type * | const_pointer |
typedef C::size_type | size_type |
typedef C::difference_type | difference_type |
typedef Iterator_from_circulator< C, reference, pointer > | iterator |
typedef Iterator_from_circulator< C, const_reference, const_pointer > | const_iterator |
Public Member Functions | |
Container_from_circulator () | |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
Public Attributes | |
__pad0__: anchor(get_min_circulator(c)) {} typedef C Circulator | |
Private Attributes | |
C | anchor |
Definition at line 712 of file circulator.h.
typedef Iterator_from_circulator< C, const_reference, const_pointer> const_iterator |
Definition at line 744 of file circulator.h.
typedef const value_type* const_pointer |
Definition at line 737 of file circulator.h.
typedef const value_type& const_reference |
Definition at line 735 of file circulator.h.
typedef C::difference_type difference_type |
Definition at line 739 of file circulator.h.
typedef Iterator_from_circulator< C, reference, pointer> iterator |
Definition at line 742 of file circulator.h.
typedef value_type* pointer |
Definition at line 736 of file circulator.h.
typedef value_type& reference |
Definition at line 734 of file circulator.h.
typedef C::size_type size_type |
Definition at line 738 of file circulator.h.
typedef C::value_type value_type |
Definition at line 733 of file circulator.h.
|
inline |
Definition at line 719 of file circulator.h.
|
inline |
Definition at line 748 of file circulator.h.
References Container_from_circulator< C >::anchor.
|
inline |
Definition at line 752 of file circulator.h.
References Container_from_circulator< C >::anchor.
|
inline |
Definition at line 756 of file circulator.h.
References Container_from_circulator< C >::anchor, and CGAL_CIRC_NULL.
Referenced by bccaseloop(), inrt_readinputfile(), inrt_readmaterialinput(), peri_readinputfile(), peul_readbcinputfile(), peul_readinputfile(), plag_readinputfile(), plag_readpdffromfile(), readbcinputfile(), readinputfile(), rflo_readbcfromfile(), rflo_readbcinputfile(), rflo_readdatafileint(), rflo_readdatafilereal(), rflo_readregionmapsection(), rflo_readregiontopology(), rflo_readtbcinputfile(), rflo_readtbcsection(), rflu_modgambit::rflu_readgridgambitneutral(), rflu_readstat(), rflu_readtbcsection(), rvav_blasiussolution(), rvav_readcomparisonssection(), rvav_readfilestream2analyt(), rvav_readfilestream2experm(), rvav_readinputfile(), turb_readbcinputfile(), and turb_readinputfile().
|
inline |
Definition at line 761 of file circulator.h.
References Container_from_circulator< C >::anchor, and CGAL_CIRC_NULL.
__pad0__ |
Definition at line 731 of file circulator.h.
|
private |
Definition at line 714 of file circulator.h.
Referenced by Container_from_circulator< C >::begin(), and Container_from_circulator< C >::end().