Position of a triple cursor, for iterations using 3 nested loops.
More...
#include <pfs_engine_table.h>
Position of a triple cursor, for iterations using 3 nested loops.
◆ PFS_triple_index()
PFS_triple_index::PFS_triple_index |
( |
uint |
index_1, |
|
|
uint |
index_2, |
|
|
uint |
index_3 |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
index_1 | the first index initial value. |
index_2 | the second index initial value. |
index_3 | the third index initial value. |
◆ set_after()
Set this index after a given position.
- Parameters
-
◆ set_at() [1/2]
Set this index at a given position.
- Parameters
-
◆ set_at() [2/2]
void PFS_triple_index::set_at |
( |
uint |
index_1, |
|
|
uint |
index_2, |
|
|
uint |
index_3 |
|
) |
| |
|
inline |
Set this index at a given position.
◆ m_index_1
uint PFS_triple_index::m_index_1 |
◆ m_index_2
uint PFS_triple_index::m_index_2 |
Current index within index_1.
◆ m_index_3
uint PFS_triple_index::m_index_3 |
Current index within index_2.
The documentation for this struct was generated from the following file: