| Graphite Version 3
    An experimental 3D geometry processing program | 
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_t & | operator* () const | 
| index_t | operator- (const_index_ptr_in_array it) const | 
| const_index_ptr_in_array | operator+ (index_t i) const | 
Encapsulates a const pointer to an element in an index_t array.
In debug mode, checks bounds on indirection
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline |