|
jubatus_core
0.1.2
Jubatus: Online machine learning framework for distributed environment
|
#include <stdint.h>#include <vector>#include <cstring>#include <msgpack.hpp>#include "jubatus/util/lang/shared_ptr.h"

Go to the source code of this file.
Classes | |
| class | jubatus::core::common::byte_buffer |
Namespaces | |
| jubatus | |
| jubatus::core | |
| jubatus::core::common | |
| msgpack | |
Functions | |
| template<typename Stream > | |
| packer< Stream > & | msgpack::operator<< (packer< Stream > &o, const jubatus::core::common::byte_buffer &b) |
| void | msgpack::operator<< (object::with_zone &o, const jubatus::core::common::byte_buffer &b) |
| void | msgpack::operator<< (object &o, const jubatus::core::common::byte_buffer &b) |
| jubatus::core::common::byte_buffer & | msgpack::operator>> (object o, jubatus::core::common::byte_buffer &b) |
| void | jubatus::core::common::swap (byte_buffer &one, byte_buffer &another) |
1.8.9.1