NIM 跨平台 C++ SDK
|
#include <phmap_dump.h>
Public 成员函数 | |
BinaryInputArchive (const char *file_path) | |
bool | loadBinary (void *p, size_t sz) |
template<typename V > | |
std::enable_if< type_traits_internal::IsTriviallyCopyable< V >::value, bool >::type | loadBinary (V *v) |
template<typename Map > | |
auto | loadBinary (Map *v) -> decltype(v->phmap_load(*this), bool()) |
Private 属性 | |
std::ifstream | ifs_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |