Thrill  0.1
block_w_bids< Type, Size, RawSize, 0 > Class Template Reference

Detailed Description

template<typename Type, size_t Size, size_t RawSize>
class foxxll::mng_local::block_w_bids< Type, Size, RawSize, 0 >

Definition at line 166 of file typed_block.hpp.

+ Inheritance diagram for block_w_bids< Type, Size, RawSize, 0 >:
+ Collaboration diagram for block_w_bids< Type, Size, RawSize, 0 >:

#include <typed_block.hpp>

Public Types

using bid_type = BID< raw_size >
 
- Public Types inherited from element_block< Type, Size >
using const_iterator = const type *
 
using const_reference = const Type &
 
using iterator = pointer
 
using pointer = type *
 
using reference = Type &
 
using type = Type
 
using value_type = Type
 

Public Member Functions

 block_w_bids ()
 
- Public Member Functions inherited from 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...
 

Static Public Attributes

static constexpr size_t kNBIDs = 0
 
static constexpr size_t raw_size = RawSize
 
- Static Public Attributes inherited from element_block< Type, Size >
static constexpr size_t size
 number of elements in the block More...
 

Additional Inherited Members

- Public Attributes inherited from element_block< Type, Size >
value_type elem [kSize]
 Array of elements of type Type. More...
 

Member Typedef Documentation

◆ bid_type

using bid_type = BID<raw_size>

Definition at line 173 of file typed_block.hpp.

Constructor & Destructor Documentation

◆ block_w_bids()

block_w_bids ( )
inline

Definition at line 175 of file typed_block.hpp.

References TLX_LOGC.

Member Data Documentation

◆ kNBIDs

constexpr size_t kNBIDs = 0
static

Definition at line 171 of file typed_block.hpp.

◆ raw_size

constexpr size_t raw_size = RawSize
static

Definition at line 170 of file typed_block.hpp.


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