Thrill  0.1
StackArena< Size >::AlignmentHelper Union Reference

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.

+ Collaboration diagram for StackArena< Size >::AlignmentHelper:

Public Attributes

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

Member Data Documentation

◆ d

double d

Definition at line 42 of file stack_allocator.hpp.

◆ i

int i

Definition at line 38 of file stack_allocator.hpp.

◆ l

long l

Definition at line 39 of file stack_allocator.hpp.

◆ ld

long double ld

Definition at line 41 of file stack_allocator.hpp.

◆ ll

long long ll

Definition at line 40 of file stack_allocator.hpp.

◆ p

◆ pf

void(* pf) ()

Definition at line 44 of file stack_allocator.hpp.

◆ ps

Definition at line 45 of file stack_allocator.hpp.


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