tlx
StackArena< Size >::AlignmentHelper Union Reference

union to enforce alignment of buffer area More...

Public Attributes

int i
 
long l
 
long long ll
 
long double ld
 
double d
 
void * p
 
void(* pf )()
 
AlignmentHelperps
 

Detailed Description

template<size_t Size>
union tlx::StackArena< Size >::AlignmentHelper

union to enforce alignment of buffer area

Definition at line 37 of file stack_allocator.hpp.

Member Data Documentation

double d

Definition at line 42 of file stack_allocator.hpp.

int i

Definition at line 38 of file stack_allocator.hpp.

long l

Definition at line 39 of file stack_allocator.hpp.

long double ld

Definition at line 41 of file stack_allocator.hpp.

long long ll

Definition at line 40 of file stack_allocator.hpp.

void* p

Definition at line 43 of file stack_allocator.hpp.

void(* pf) ()

Definition at line 44 of file stack_allocator.hpp.

Definition at line 45 of file stack_allocator.hpp.


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