MySQL 9.0.0
Source Code Documentation
POS_m_by_emp_by_mtype Struct Reference

#include <pfs_example_machines_by_emp_by_mtype.h>

Public Member Functions

 POS_m_by_emp_by_mtype (uint index_1, uint index_2)
 Constructor. More...
 
 POS_m_by_emp_by_mtype ()
 
void set_at (uint index_1, uint index_2)
 Set this index at a given position. More...
 
void set_at (const POS_m_by_emp_by_mtype *other)
 Set this index at a given position. More...
 
void reset ()
 
void set_after (const POS_m_by_emp_by_mtype *other)
 Set this index after a given position. More...
 
bool has_more_employee ()
 
bool has_more_machine_type ()
 
void next_machine_type ()
 
void next_employee ()
 

Public Attributes

unsigned int m_index_1
 Outer index for employee. More...
 
unsigned int m_index_2
 Current index within index_1, for machine type. More...
 

Constructor & Destructor Documentation

◆ POS_m_by_emp_by_mtype() [1/2]

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

Constructor.

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

◆ POS_m_by_emp_by_mtype() [2/2]

POS_m_by_emp_by_mtype::POS_m_by_emp_by_mtype ( )
inline

Member Function Documentation

◆ has_more_employee()

bool POS_m_by_emp_by_mtype::has_more_employee ( )
inline

◆ has_more_machine_type()

bool POS_m_by_emp_by_mtype::has_more_machine_type ( )
inline

◆ next_employee()

void POS_m_by_emp_by_mtype::next_employee ( )
inline

◆ next_machine_type()

void POS_m_by_emp_by_mtype::next_machine_type ( )
inline

◆ reset()

void POS_m_by_emp_by_mtype::reset ( )
inline

◆ set_after()

void POS_m_by_emp_by_mtype::set_after ( const POS_m_by_emp_by_mtype other)
inline

Set this index after a given position.

Parameters
othera position

◆ set_at() [1/2]

void POS_m_by_emp_by_mtype::set_at ( const POS_m_by_emp_by_mtype other)
inline

Set this index at a given position.

Parameters
othera position

◆ set_at() [2/2]

void POS_m_by_emp_by_mtype::set_at ( uint  index_1,
uint  index_2 
)
inline

Set this index at a given position.

Member Data Documentation

◆ m_index_1

unsigned int POS_m_by_emp_by_mtype::m_index_1

Outer index for employee.

◆ m_index_2

unsigned int POS_m_by_emp_by_mtype::m_index_2

Current index within index_1, for machine type.


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