MySQL 8.3.0
Source Code Documentation
Country_POS Class Reference

#include <pfs_example_country.h>

Public Member Functions

 ~Country_POS ()=default
 
 Country_POS ()
 
bool has_more ()
 
void next ()
 
void reset ()
 
unsigned int get_index ()
 
void set_at (unsigned int index)
 
void set_at (Country_POS *pos)
 
void set_after (Country_POS *pos)
 

Private Attributes

unsigned int m_index
 

Constructor & Destructor Documentation

◆ ~Country_POS()

Country_POS::~Country_POS ( )
default

◆ Country_POS()

Country_POS::Country_POS ( )
inline

Member Function Documentation

◆ get_index()

unsigned int Country_POS::get_index ( )
inline

◆ has_more()

bool Country_POS::has_more ( )
inline

◆ next()

void Country_POS::next ( )
inline

◆ reset()

void Country_POS::reset ( )
inline

◆ set_after()

void Country_POS::set_after ( Country_POS pos)
inline

◆ set_at() [1/2]

void Country_POS::set_at ( Country_POS pos)
inline

◆ set_at() [2/2]

void Country_POS::set_at ( unsigned int  index)
inline

Member Data Documentation

◆ m_index

unsigned int Country_POS::m_index
private

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