jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Public Member Functions | Private Attributes | List of all members
jubatus::core::framework::jubatus_packer Class Reference

#include <packer.hpp>

Collaboration diagram for jubatus::core::framework::jubatus_packer:
Collaboration graph

Public Member Functions

 jubatus_packer (jubatus_writer &w)
 
void write (const char *buf, unsigned int len)
 

Private Attributes

jubatus_writerwriter_
 

Detailed Description

Definition at line 32 of file packer.hpp.

Constructor & Destructor Documentation

jubatus::core::framework::jubatus_packer::jubatus_packer ( jubatus_writer w)
inlineexplicit

Definition at line 34 of file packer.hpp.

34  : writer_(w) {
35  }

Member Function Documentation

void jubatus::core::framework::jubatus_packer::write ( const char *  buf,
unsigned int  len 
)
inline

Definition at line 36 of file packer.hpp.

References jubatus::core::framework::jubatus_writer::write(), and writer_.

36  {
37  writer_.write(buf, len);
38  }
virtual void write(const char *buf, unsigned int len)=0

Here is the call graph for this function:

Member Data Documentation

jubatus_writer& jubatus::core::framework::jubatus_packer::writer_
private

Definition at line 40 of file packer.hpp.

Referenced by write().


The documentation for this class was generated from the following file: