Quick Links:

bal | bbl | bdl | bsl

Public Attributes

bslalg::DequeImpUtil< VALUE_TYPE, BLOCK_LENGTH >::Block Struct Reference

#include <bslalg_dequeimputil.h>

List of all members.

Public Attributes

VALUE_TYPE d_data [BLOCK_LENGTH]

Detailed Description

template<class VALUE_TYPE, int BLOCK_LENGTH>
struct bslalg::DequeImpUtil< VALUE_TYPE, BLOCK_LENGTH >::Block

A block of one or more data objects. A deque will be organized as a sequence of blocks.

See Component bslalg_dequeimputil


Member Data Documentation

template<class VALUE_TYPE , int BLOCK_LENGTH>
VALUE_TYPE bslalg::DequeImpUtil< VALUE_TYPE, BLOCK_LENGTH >::Block::d_data[BLOCK_LENGTH]

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