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... | |
Null index type used to save compilation time when named indexes are not needed.
typedef const int* boost::interprocess::null_index< MapConfig >::const_iterator |
typedef int* boost::interprocess::null_index< MapConfig >::iterator |
|
inline |
Empty constructor.
|
inline |
|
inline |
|
inline |
|
inline |