Speeduino
Loading...
Searching...
No Matches
Public Member Functions | List of all members
table_axis_iterator Class Reference

Iterate over table axis elements. More...

#include <table3d_axes.h>

Public Member Functions

 table_axis_iterator (table3d_axis_t *pStart, const table3d_axis_t *pEnd, axis_domain domain)
 Construct.
 
axis_domain get_domain (void) const
 
table_axis_iteratoradvance (int8_t steps)
 Advance the iterator.
 
table_axis_iteratoroperator++ (void)
 Increment the iterator by one element.
 
bool at_end (void) const
 Test for end of iteration.
 
table3d_axis_toperator* (void)
 Dereference the iterator.
 
const table3d_axis_toperator* (void) const
 Dereference the iterator.

 

Detailed Description

Iterate over table axis elements.

Constructor & Destructor Documentation

◆ table_axis_iterator()

table_axis_iterator::table_axis_iterator ( table3d_axis_t pStart,
const table3d_axis_t pEnd,
axis_domain  domain 
)
inline

Construct.

Member Function Documentation

◆ advance()

table_axis_iterator & table_axis_iterator::advance ( int8_t  steps)
inline

Advance the iterator.

Parameters
stepsThe number of elements to move the iterator
Here is the call graph for this function:
Here is the caller graph for this function:

◆ at_end()

bool table_axis_iterator::at_end ( void  ) const
inline

Test for end of iteration.

◆ get_domain()

axis_domain table_axis_iterator::get_domain ( void  ) const
inline

◆ operator*() [1/2]

table3d_axis_t & table_axis_iterator::operator* ( void  )
inline

Dereference the iterator.

◆ operator*() [2/2]

const table3d_axis_t & table_axis_iterator::operator* ( void  ) const
inline

Dereference the iterator.


◆ operator++()

table_axis_iterator & table_axis_iterator::operator++ ( void  )
inline

Increment the iterator by one element.

Here is the call graph for this function:

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