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 65 of file stack_allocator.hpp.

Member Data Documentation

◆ d

double d

Definition at line 70 of file stack_allocator.hpp.

◆ i

int i

Definition at line 66 of file stack_allocator.hpp.

◆ l

long l

Definition at line 67 of file stack_allocator.hpp.

◆ ld

long double ld

Definition at line 69 of file stack_allocator.hpp.

◆ ll

long long ll

Definition at line 68 of file stack_allocator.hpp.

◆ p

void* p

Definition at line 71 of file stack_allocator.hpp.

◆ pf

void(* pf()

Definition at line 72 of file stack_allocator.hpp.

◆ ps

Definition at line 73 of file stack_allocator.hpp.


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