|
| virtual_2d_locator (const point_t &p=point_t(0, 0), const point_t &step=point_t(1, 1), const deref_fn_t &d=deref_fn_t()) |
|
template<typename D , bool TR> |
| virtual_2d_locator (const virtual_2d_locator< D, TR > &loc, coord_t y_step) |
|
template<typename D , bool TR> |
| virtual_2d_locator (virtual_2d_locator< D, TR > const &loc, coord_t x_step, coord_t y_step, bool transpose=false) |
|
template<typename D , bool TR> |
| virtual_2d_locator (const virtual_2d_locator< D, TR > &pl) |
|
| virtual_2d_locator (const virtual_2d_locator &pl) |
|
bool | operator== (const this_t &p) const |
|
x_iterator & | x () |
|
y_iterator & | y () |
|
x_iterator const & | x () const |
|
y_iterator const & | y () const |
|
y_coord_t | y_distance_to (const this_t &it2, x_coord_t) const |
|
bool | is_1d_traversable (x_coord_t) const |
|
const point_t & | pos () const |
|
const point_t & | step () const |
|
const deref_fn_t & | deref_fn () const |
|
bool | operator!= (const virtual_2d_locator< Deref, IsTransposed > &p) const |
|
x_iterator | x_at (x_coord_t dx, y_coord_t dy) const |
|
x_iterator | x_at (const difference_type &d) const |
|
y_iterator | y_at (x_coord_t dx, y_coord_t dy) const |
|
y_iterator | y_at (const difference_type &d) const |
|
virtual_2d_locator< Deref, IsTransposed > | xy_at (x_coord_t dx, y_coord_t dy) const |
|
virtual_2d_locator< Deref, IsTransposed > | xy_at (const difference_type &d) const |
|
axis< D >::iterator & | axis_iterator () |
|
axis< D >::iterator const & | axis_iterator () const |
|
axis< D >::iterator | axis_iterator (const point_t &p) const |
|
reference | operator() (x_coord_t dx, y_coord_t dy) const |
|
reference | operator[] (const difference_type &d) const |
|
reference | operator* () const |
|
virtual_2d_locator< Deref, IsTransposed > & | operator+= (const difference_type &d) |
|
virtual_2d_locator< Deref, IsTransposed > & | operator-= (const difference_type &d) |
|
virtual_2d_locator< Deref, IsTransposed > | operator+ (const difference_type &d) const |
|
virtual_2d_locator< Deref, IsTransposed > | operator- (const difference_type &d) const |
|
cached_location_t | cache_location (const difference_type &d) const |
|
cached_location_t | cache_location (x_coord_t dx, y_coord_t dy) const |
|