Speeduino
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
page_iterator_t Struct Reference

#include <pages.h>

Collaboration diagram for page_iterator_t:
Collaboration graph
[legend]

Public Member Functions

 page_iterator_t (entity_type theType, const entity_page_location_t &entityLocation, const entity_page_address_t &entityAddress)
 
 page_iterator_t (void *pBuffer, const entity_page_location_t &entityLocation, const entity_page_address_t &entityAddress)
 
 page_iterator_t (void *pTable, table_type_t key, const entity_page_location_t &entityLocation, const entity_page_address_t &entityAddress)
 

Public Attributes

voidpData
 
entity_type type
 
table_type_t table_key
 
entity_page_location_t location
 
entity_page_address_t address
 

Constructor & Destructor Documentation

◆ page_iterator_t() [1/3]

page_iterator_t::page_iterator_t ( entity_type  theType,
const entity_page_location_t entityLocation,
const entity_page_address_t entityAddress 
)
inline

◆ page_iterator_t() [2/3]

page_iterator_t::page_iterator_t ( void pBuffer,
const entity_page_location_t entityLocation,
const entity_page_address_t entityAddress 
)
inline

◆ page_iterator_t() [3/3]

page_iterator_t::page_iterator_t ( void pTable,
table_type_t  key,
const entity_page_location_t entityLocation,
const entity_page_address_t entityAddress 
)
inline

Member Data Documentation

◆ address

entity_page_address_t page_iterator_t::address

◆ location

entity_page_location_t page_iterator_t::location

◆ pData

void* page_iterator_t::pData

◆ table_key

table_type_t page_iterator_t::table_key

◆ type

entity_type page_iterator_t::type

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