0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | Friends | List of all members
Hypertable::directory_entry< _Key, _Tp > Class Template Reference

#include <directory.h>

Public Member Functions

 directory_entry ()
 
 directory_entry (int level, _Key key)
 
 directory_entry (int level, _Key key, _Tp value)
 
void set_value (_Tp val)
 

Public Attributes

size_t level
 
_Key key {}
 
_Tp value {}
 
bool isset_value {}
 

Friends

std::ostream & operator<< (std::ostream &os, const directory_entry &de)
 

Detailed Description

template<class _Key, class _Tp>
class Hypertable::directory_entry< _Key, _Tp >

Definition at line 93 of file directory.h.

Constructor & Destructor Documentation

template<class _Key, class _Tp>
Hypertable::directory_entry< _Key, _Tp >::directory_entry ( )
inline

Definition at line 95 of file directory.h.

template<class _Key, class _Tp>
Hypertable::directory_entry< _Key, _Tp >::directory_entry ( int  level,
_Key  key 
)
inline

Definition at line 96 of file directory.h.

template<class _Key, class _Tp>
Hypertable::directory_entry< _Key, _Tp >::directory_entry ( int  level,
_Key  key,
_Tp  value 
)
inline

Definition at line 97 of file directory.h.

Member Function Documentation

template<class _Key, class _Tp>
void Hypertable::directory_entry< _Key, _Tp >::set_value ( _Tp  val)
inline

Definition at line 98 of file directory.h.

Friends And Related Function Documentation

template<class _Key, class _Tp>
std::ostream& operator<< ( std::ostream &  os,
const directory_entry< _Key, _Tp > &  de 
)
friend

Definition at line 99 of file directory.h.

Member Data Documentation

template<class _Key, class _Tp>
bool Hypertable::directory_entry< _Key, _Tp >::isset_value {}

Definition at line 108 of file directory.h.

template<class _Key, class _Tp>
_Key Hypertable::directory_entry< _Key, _Tp >::key {}

Definition at line 106 of file directory.h.

template<class _Key, class _Tp>
size_t Hypertable::directory_entry< _Key, _Tp >::level

Definition at line 105 of file directory.h.

template<class _Key, class _Tp>
_Tp Hypertable::directory_entry< _Key, _Tp >::value {}

Definition at line 107 of file directory.h.


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