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