jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Classes | Namespaces | Functions
bit_vector.hpp File Reference
#include <stdint.h>
#include <algorithm>
#include <string>
#include <vector>
#include <msgpack.hpp>
#include "jubatus/util/lang/cast.h"
#include "../common/assert.hpp"
#include "../common/exception.hpp"
#include "../common/big_endian.hpp"
#include "storage_exception.hpp"
Include dependency graph for bit_vector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  jubatus::core::storage::bit_vector_base< bit_base >
 
class  jubatus::core::storage::bit_vector_unmatch_exception
 
struct  jubatus::core::storage::detail::bitcount_impl< T, N >
 
struct  jubatus::core::storage::detail::bitcount_impl< T, 1 >
 
struct  jubatus::core::storage::detail::bitcount_impl< T, 2 >
 
struct  jubatus::core::storage::detail::bitcount_impl< T, 4 >
 
struct  jubatus::core::storage::detail::bitcount_impl< T, 8 >
 

Namespaces

 jubatus
 
 jubatus::core
 
 jubatus::core::storage
 
 jubatus::core::storage::detail
 

Functions

int jubatus::core::storage::detail::bitcount (unsigned bits)
 
int jubatus::core::storage::detail::bitcount (unsigned long bits)
 
int jubatus::core::storage::detail::bitcount (unsigned long long bits)
 
template<class T >
int jubatus::core::storage::detail::bitcount (T)
 
template<class T >
int jubatus::core::storage::detail::bitcount_dispatcher (T bits)