#include <VtRelationList.hh>
◆ difference_type
◆ iterator_category
◆ pointer
◆ reference
◆ self
◆ value_type
◆ ConstReverseRelationIterator() [1/2]
VERTEX::ConstReverseRelationIterator::ConstReverseRelationIterator |
( |
| ) |
|
◆ ConstReverseRelationIterator() [2/2]
VERTEX::ConstReverseRelationIterator::ConstReverseRelationIterator |
( |
const Relation_rcit & |
it | ) |
|
|
inline |
Relation_rcit iter
Definition: VtRelationList.hh:189
◆ operator!=()
213 {
214 return iter != rhs.iter;
215 }
◆ operator*()
const Relation & VERTEX::ConstReverseRelationIterator::operator* |
( |
| ) |
const |
◆ operator++()
276 {
278 return *this;
279 }
◆ operator--()
284 {
286 return *this;
287 }
◆ operator->()
const Relation *const VERTEX::ConstReverseRelationIterator::operator-> |
( |
| ) |
const |
◆ operator==()
210 {
211 return iter == rhs.iter;
212 }
◆ RelationList
◆ iter
The documentation for this class was generated from the following files: