0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | List of all members
Hypertable::AllocatorBase< void > Struct Template Reference

Disallow AllocatorBase for the type 'void' by generating a compiler error if it's used. More...

#include <Allocator.h>

Public Types

typedef size_t size_type
 
typedef ptrdiff_t difference_type
 
typedef void * pointer
 
typedef const void * const_pointer
 
typedef void value_type
 

Detailed Description

template<>
struct Hypertable::AllocatorBase< void >

Disallow AllocatorBase for the type 'void' by generating a compiler error if it's used.

Definition at line 145 of file Allocator.h.

Member Typedef Documentation

typedef const void* Hypertable::AllocatorBase< void >::const_pointer

Definition at line 149 of file Allocator.h.

typedef ptrdiff_t Hypertable::AllocatorBase< void >::difference_type

Definition at line 147 of file Allocator.h.

typedef void* Hypertable::AllocatorBase< void >::pointer

Definition at line 148 of file Allocator.h.

typedef size_t Hypertable::AllocatorBase< void >::size_type

Definition at line 146 of file Allocator.h.

typedef void Hypertable::AllocatorBase< void >::value_type

Definition at line 151 of file Allocator.h.


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