#include <MapCache.hpp>
◆ getChecksum()
uint32_t mapcache_header::getChecksum |
( |
| ) |
|
|
inline |
◆ getFileSize()
uint32_t mapcache_header::getFileSize |
( |
| ) |
|
|
inline |
◆ getMapCount()
uint16_t mapcache_header::getMapCount |
( |
| ) |
|
|
inline |
◆ getVersion()
uint16_t mapcache_header::getVersion |
( |
| ) |
|
|
inline |
◆ setChecksum()
void mapcache_header::setChecksum |
( |
uint32_t |
c | ) |
|
|
inline |
◆ setFileSize()
void mapcache_header::setFileSize |
( |
uint32_t |
size | ) |
|
|
inline |
◆ setMapCount()
void mapcache_header::setMapCount |
( |
uint16_t |
count | ) |
|
|
inline |
◆ setVersion()
void mapcache_header::setVersion |
( |
uint16_t |
v | ) |
|
|
inline |
◆ checksum
uint32_t mapcache_header::checksum {0} |
|
private |
◆ file_size
uint32_t mapcache_header::file_size {0} |
|
private |
◆ map_count
uint16_t mapcache_header::map_count {0} |
|
private |
◆ version
uint32_t mapcache_header::version {0} |
|
private |
The documentation for this struct was generated from the following file: