chunkedseq
container library for large in-memory data sets
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | Public Member Functions | Static Public Attributes | List of all members
pasl::data::fixedcapacity::base::inline_allocator< Item, Capacity > Class Template Reference

#include <fixedcapacitybase.hpp>

Public Types

typedef Item value_type
 

Public Member Functions

value_typeoperator[] (int n) const
 
void swap (inline_allocator &other)
 

Static Public Attributes

static constexpr int capacity = Capacity
 

Detailed Description

template<class Item, int Capacity>
class pasl::data::fixedcapacity::base::inline_allocator< Item, Capacity >

Definition at line 81 of file fixedcapacitybase.hpp.

Member Typedef Documentation

template<class Item , int Capacity>
typedef Item pasl::data::fixedcapacity::base::inline_allocator< Item, Capacity >::value_type

Definition at line 88 of file fixedcapacitybase.hpp.

Member Function Documentation

template<class Item , int Capacity>
value_type& pasl::data::fixedcapacity::base::inline_allocator< Item, Capacity >::operator[] ( int  n) const
inline

Definition at line 92 of file fixedcapacitybase.hpp.

template<class Item , int Capacity>
void pasl::data::fixedcapacity::base::inline_allocator< Item, Capacity >::swap ( inline_allocator< Item, Capacity > &  other)
inline

Definition at line 98 of file fixedcapacitybase.hpp.

Member Data Documentation

template<class Item , int Capacity>
constexpr int pasl::data::fixedcapacity::base::inline_allocator< Item, Capacity >::capacity = Capacity
static

Definition at line 90 of file fixedcapacitybase.hpp.


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