Public Types | Public Attributes
boost::detail::freeblock< size, align_ > Union Template Reference

#include <quick_allocator.hpp>

List of all members.

Public Types

typedef
boost::type_with_alignment
< align_ >::type 
aligner_type

Public Attributes

aligner_type aligner
char bytes [size]
freeblocknext

Detailed Description

template<unsigned size, unsigned align_>
union boost::detail::freeblock< size, align_ >

Definition at line 36 of file smart_ptr/detail/quick_allocator.hpp.


Member Typedef Documentation

template<unsigned size, unsigned align_>
typedef boost::type_with_alignment<align_>::type boost::detail::freeblock< size, align_ >::aligner_type

Definition at line 38 of file smart_ptr/detail/quick_allocator.hpp.


Member Data Documentation

template<unsigned size, unsigned align_>
aligner_type boost::detail::freeblock< size, align_ >::aligner

Definition at line 39 of file smart_ptr/detail/quick_allocator.hpp.

template<unsigned size, unsigned align_>
char boost::detail::freeblock< size, align_ >::bytes[size]

Definition at line 40 of file smart_ptr/detail/quick_allocator.hpp.

template<unsigned size, unsigned align_>
freeblock* boost::detail::freeblock< size, align_ >::next

Definition at line 41 of file smart_ptr/detail/quick_allocator.hpp.


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


appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:30