|
stdex
Additional custom or not Standard C++ covered algorithms
|
Public Types | |
| enum class | status_t { empty = 0 , loaded , dirty } |
Public Member Functions | |
| cache_t (size_t _capacity) | |
Public Attributes | |
| uint8_t * | data |
| size_t | capacity |
| enum stdex::stream::cache::cache_t::status_t | status |
| interval< fpos_t > | region |
| valid data region | |