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

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

#include <geogram/basic/range.h>

Public Member Functions

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

Detailed Description

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

In debug mode, checks bounds on indirection

Definition at line 165 of file range.h.

Constructor & Destructor Documentation

◆ const_index_ptr_in_array()

GEO::const_index_ptr_in_array::const_index_ptr_in_array ( const index_t ptr,
const index_t begin,
const index_t end 
)
inline

Definition at line 167 of file range.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 187 of file range.h.

◆ operator*()

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

Definition at line 195 of file range.h.

◆ operator+()

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

Definition at line 204 of file range.h.

◆ operator++()

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

Definition at line 179 of file range.h.

◆ operator-()

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

Definition at line 200 of file range.h.

◆ operator<()

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

Definition at line 191 of file range.h.

◆ operator==()

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

Definition at line 183 of file range.h.


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