Otclient
14/8/2020
|
#include <packed_storage.h>
Public Member Functions | |
packed_storage () | |
~packed_storage () | |
template<typename T > | |
void | set (Key id, const T &value) |
bool | remove (Key id) |
template<typename T > | |
T | get (Key id) const |
bool | has (Key id) const |
void | clear () |
std::size_t | size () |
Definition at line 36 of file packed_storage.h.
|
inline |
Definition at line 43 of file packed_storage.h.
|
inline |
Definition at line 44 of file packed_storage.h.
|
inline |
Definition at line 94 of file packed_storage.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 101 of file packed_storage.h.