Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
GEO::index_ptr_in_array Class Reference

Encapsulates a pointer to an element in an index_t array. More...

#include <geogram/basic/range.h>

Public Member Functions

 index_ptr_in_array (index_t *ptr, index_t *begin, index_t *end)
 
void operator++ ()
 
bool operator== (index_ptr_in_array rhs)
 
bool operator!= (index_ptr_in_array rhs)
 
bool operator< (index_ptr_in_array rhs)
 
const index_toperator* () const
 
index_toperator* ()
 
index_t operator- (index_ptr_in_array it) const
 
index_ptr_in_array operator+ (index_t i) const
 
 operator const_index_ptr_in_array () const
 

Detailed Description

Encapsulates a pointer to an element in an index_t array.

In debug mode, checks bounds on indirection

Definition at line 226 of file range.h.

Constructor & Destructor Documentation

◆ index_ptr_in_array()

GEO::index_ptr_in_array::index_ptr_in_array ( index_t ptr,
index_t begin,
index_t end 
)
inline

Definition at line 228 of file range.h.

Member Function Documentation

◆ operator const_index_ptr_in_array()

GEO::index_ptr_in_array::operator const_index_ptr_in_array ( ) const
inline

Definition at line 278 of file range.h.

◆ operator!=()

bool GEO::index_ptr_in_array::operator!= ( index_ptr_in_array  rhs)
inline

Definition at line 248 of file range.h.

◆ operator*() [1/2]

index_t & GEO::index_ptr_in_array::operator* ( )
inline

Definition at line 261 of file range.h.

◆ operator*() [2/2]

const index_t & GEO::index_ptr_in_array::operator* ( ) const
inline

Definition at line 256 of file range.h.

◆ operator+()

index_ptr_in_array GEO::index_ptr_in_array::operator+ ( index_t  i) const
inline

Definition at line 270 of file range.h.

◆ operator++()

void GEO::index_ptr_in_array::operator++ ( )
inline

Definition at line 240 of file range.h.

◆ operator-()

index_t GEO::index_ptr_in_array::operator- ( index_ptr_in_array  it) const
inline

Definition at line 266 of file range.h.

◆ operator<()

bool GEO::index_ptr_in_array::operator< ( index_ptr_in_array  rhs)
inline

Definition at line 252 of file range.h.

◆ operator==()

bool GEO::index_ptr_in_array::operator== ( index_ptr_in_array  rhs)
inline

Definition at line 244 of file range.h.


The documentation for this class was generated from the following file: