libmoost
moost::io::map_store< Key, HashFcn >::location Struct Reference

List of all members.

Public Member Functions

 location (size_t block_size_, size_t index_)
 location ()

Public Attributes

size_t block_size
size_t index

Detailed Description

template<class Key, class HashFcn = boost::hash< Key >>
struct moost::io::map_store< Key, HashFcn >::location

Definition at line 56 of file map_store.hpp.


Constructor & Destructor Documentation

template<class Key, class HashFcn = boost::hash< Key >>
moost::io::map_store< Key, HashFcn >::location::location ( size_t  block_size_,
size_t  index_ 
) [inline]

Definition at line 58 of file map_store.hpp.

template<class Key, class HashFcn = boost::hash< Key >>
moost::io::map_store< Key, HashFcn >::location::location ( ) [inline]

Definition at line 59 of file map_store.hpp.


Member Data Documentation

template<class Key, class HashFcn = boost::hash< Key >>
size_t moost::io::map_store< Key, HashFcn >::location::block_size

Definition at line 60 of file map_store.hpp.

template<class Key, class HashFcn = boost::hash< Key >>
size_t moost::io::map_store< Key, HashFcn >::location::index

Definition at line 61 of file map_store.hpp.


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