HighMap library (C++)
Loading...
Searching...
No Matches
tile_storage.hpp File Reference

Go to the source code of this file.

Classes

struct  hmap::TileKeyHash
 
class  hmap::TileStorage
 
class  hmap::RamTileStorage
 
struct  hmap::LruTileEntry
 
class  hmap::LruTileStorage
 
class  hmap::DiskLruTileStorage
 
class  hmap::DiskSequentialTileStorage
 

Namespaces

namespace  hmap
 

Enumerations

enum  hmap::StorageMode : int { hmap::VA_RAM , hmap::VA_DISK_LRU , hmap::VA_DISK_LRU_MIN , hmap::VA_DISK_SEQUENTIAL }
 

Functions

std::string hmap::to_string (StorageMode m)
 
std::unique_ptr< TileStoragehmap::make_storage (glm::ivec2 shape, glm::ivec2 tile_shape, StorageMode storage_mode)
 

Detailed Description

Author
Otto Link (otto..nosp@m.link.nosp@m..bv@g.nosp@m.mail.nosp@m..com)