|
jubatus_core
0.1.2
Jubatus: Online machine learning framework for distributed environment
|
#include <stdint.h>#include <cstddef>

Go to the source code of this file.
Namespaces | |
| jubatus | |
| jubatus::core | |
| jubatus::core::common | |
Functions | |
| template<class UInt > | |
| UInt | jubatus::core::common::read_big_endian (const char *buf) |
| void | jubatus::core::common::write_big_endian (uint32_t x, char *buf) |
| void | jubatus::core::common::write_big_endian (uint64_t x, char *buf) |
| template<class UInt > | |
| void | jubatus::core::common::write_big_endian_ (UInt x, char *buf) |
1.8.9.1