MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PFS_double_index Struct Reference

#include <pfs_engine_table.h>

Inheritance diagram for PFS_double_index:

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

Detailed Description

Position of a double cursor, for iterations using 2 nested loops.

Definition at line 381 of file pfs_engine_table.h.

Constructor & Destructor Documentation

PFS_double_index::PFS_double_index ( uint  index_1,
uint  index_2 
)
inline

Constructor.

Parameters
index_1the first index initial value.
index_2the second index initial value.

Definition at line 393 of file pfs_engine_table.h.

Member Function Documentation

void PFS_double_index::set_after ( const struct PFS_double_index other)
inline

Set this index after a given position.

Parameters
othera position

Definition at line 411 of file pfs_engine_table.h.

Here is the caller graph for this function:

void PFS_double_index::set_at ( const struct PFS_double_index other)
inline

Set this index at a given position.

Parameters
othera position

Definition at line 401 of file pfs_engine_table.h.

Here is the caller graph for this function:

Member Data Documentation

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.


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