STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::mng_local::block_w_bids< Type, Size, RawSize, NBids > Class Template Reference

Detailed Description

template<typename Type, unsigned Size, unsigned RawSize, unsigned NBids = 0>
class stxxl::mng_local::block_w_bids< Type, Size, RawSize, NBids >

Contains BID references for stxxl::typed_block , not intended for direct use.

Definition at line 130 of file typed_block.h.

+ Inheritance diagram for stxxl::mng_local::block_w_bids< Type, Size, RawSize, NBids >:
+ Collaboration diagram for stxxl::mng_local::block_w_bids< Type, Size, RawSize, NBids >:

Public Types

enum  { raw_size = RawSize, nbids = NBids }
 
typedef BID< raw_sizebid_type
 
- Public Types inherited from stxxl::mng_local::element_block< Type, Size >
enum  { size = Size }
 
typedef const typeconst_iterator
 
typedef const Type & const_reference
 
typedef pointer iterator
 
typedef typepointer
 
typedef Type & reference
 
typedef Type type
 
typedef Type value_type
 

Public Member Functions

 block_w_bids ()
 
bid_typeoperator() (size_t i)
 An operator to access bid references. More...
 
- Public Member Functions inherited from stxxl::mng_local::element_block< Type, Size >
 element_block ()
 
iterator begin ()
 Returns iterator pointing to the first element. More...
 
const_iterator begin () const
 Returns const_iterator pointing to the first element. More...
 
const_iterator cbegin () const
 Returns const_iterator pointing to the first element. More...
 
const_iterator cend () const
 Returns const_iterator pointing to the end element. More...
 
iterator end ()
 Returns iterator pointing to the end element. More...
 
const_iterator end () const
 Returns const_iterator pointing to the end element. More...
 
reference operator[] (size_t i)
 An operator to access elements in the block. More...
 

Public Attributes

bid_type ref [nbids]
 Array of BID references. More...
 
- Public Attributes inherited from stxxl::mng_local::element_block< Type, Size >
value_type elem [size]
 Array of elements of type Type. More...
 

Member Typedef Documentation

template<typename Type, unsigned Size, unsigned RawSize, unsigned NBids = 0>
typedef BID<raw_size> stxxl::mng_local::block_w_bids< Type, Size, RawSize, NBids >::bid_type

Definition at line 139 of file typed_block.h.

Member Enumeration Documentation

template<typename Type, unsigned Size, unsigned RawSize, unsigned NBids = 0>
anonymous enum
Enumerator
raw_size 
nbids 

Definition at line 133 of file typed_block.h.

Constructor & Destructor Documentation

template<typename Type, unsigned Size, unsigned RawSize, unsigned NBids = 0>
stxxl::mng_local::block_w_bids< Type, Size, RawSize, NBids >::block_w_bids ( )
inline

Definition at line 150 of file typed_block.h.

Member Function Documentation

template<typename Type, unsigned Size, unsigned RawSize, unsigned NBids = 0>
bid_type& stxxl::mng_local::block_w_bids< Type, Size, RawSize, NBids >::operator() ( size_t  i)
inline

An operator to access bid references.

Definition at line 145 of file typed_block.h.

Member Data Documentation

template<typename Type, unsigned Size, unsigned RawSize, unsigned NBids = 0>
bid_type stxxl::mng_local::block_w_bids< Type, Size, RawSize, NBids >::ref[nbids]

Array of BID references.

Definition at line 142 of file typed_block.h.


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