| MySQL 5.6.14 Source Code Document
    | 
#include <pfs_engine_table.h>

| Public Member Functions | |
| PFS_double_index (uint index_1, uint index_2) | |
| void | set_at (const struct PFS_double_index *other) | 
| void | set_after (const struct PFS_double_index *other) | 
| Public Attributes | |
| uint | m_index_1 | 
| uint | m_index_2 | 
Position of a double cursor, for iterations using 2 nested loops.
Definition at line 381 of file pfs_engine_table.h.
| 
 | inline | 
Constructor.
| index_1 | the first index initial value. | 
| index_2 | the second index initial value. | 
Definition at line 393 of file pfs_engine_table.h.
| 
 | inline | 
Set this index after a given position.
| other | a position | 
Definition at line 411 of file pfs_engine_table.h.

| 
 | inline | 
Set this index at a given position.
| other | a position | 
Definition at line 401 of file pfs_engine_table.h.

| uint PFS_double_index::m_index_1 | 
Outer index.
Definition at line 384 of file pfs_engine_table.h.
| uint PFS_double_index::m_index_2 | 
Current index within index_1.
Definition at line 386 of file pfs_engine_table.h.