MySQL 8.4.1
Source Code Documentation
Continent_POS Class Reference

#include <pfs_example_continent.h>

Public Member Functions

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

Private Attributes

unsigned int m_index
 

Constructor & Destructor Documentation

◆ ~Continent_POS()

Continent_POS::~Continent_POS ( )
default

◆ Continent_POS()

Continent_POS::Continent_POS ( )
inline

Member Function Documentation

◆ get_index()

unsigned int Continent_POS::get_index ( )
inline

◆ has_more()

bool Continent_POS::has_more ( )
inline

◆ next()

void Continent_POS::next ( )
inline

◆ reset()

void Continent_POS::reset ( )
inline

◆ set_after()

void Continent_POS::set_after ( Continent_POS pos)
inline

◆ set_at() [1/2]

void Continent_POS::set_at ( Continent_POS pos)
inline

◆ set_at() [2/2]

void Continent_POS::set_at ( unsigned int  index)
inline

Member Data Documentation

◆ m_index

unsigned int Continent_POS::m_index
private

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