Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::interprocess::null_index< MapConfig > Singleton Reference

Null index type used to save compilation time when named indexes are not needed. More...

#include <interprocess_fwd.hpp>

Public Types

typedef int * iterator
 
typedef const int * const_iterator
 

Public Member Functions

const_iterator begin () const
 begin() is equal to end() More...
 
iterator begin ()
 begin() is equal to end() More...
 
const_iterator end () const
 begin() is equal to end() More...
 
iterator end ()
 begin() is equal to end() More...
 
 null_index (segment_manager_base *)
 Empty constructor. More...
 

Detailed Description

template<class MapConfig>
singleton boost::interprocess::null_index< MapConfig >

Null index type used to save compilation time when named indexes are not needed.

Member Typedef Documentation

template<class MapConfig >
typedef const int* boost::interprocess::null_index< MapConfig >::const_iterator
template<class MapConfig >
typedef int* boost::interprocess::null_index< MapConfig >::iterator

Constructor & Destructor Documentation

template<class MapConfig >
boost::interprocess::null_index< MapConfig >::null_index ( segment_manager_base *  )
inline

Empty constructor.

Member Function Documentation

template<class MapConfig >
const_iterator boost::interprocess::null_index< MapConfig >::begin ( void  ) const
inline

begin() is equal to end()

template<class MapConfig >
iterator boost::interprocess::null_index< MapConfig >::begin ( void  )
inline

begin() is equal to end()

template<class MapConfig >
const_iterator boost::interprocess::null_index< MapConfig >::end ( void  ) const
inline

begin() is equal to end()

template<class MapConfig >
iterator boost::interprocess::null_index< MapConfig >::end ( void  )
inline

begin() is equal to end()


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