tlx
Loading...
Searching...
No Matches
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

◆ d

template<size_t Size>
double d

Definition at line 42 of file stack_allocator.hpp.

◆ i

template<size_t Size>
int i

Definition at line 38 of file stack_allocator.hpp.

◆ l

template<size_t Size>
long l

Definition at line 39 of file stack_allocator.hpp.

◆ ld

template<size_t Size>
long double ld

Definition at line 41 of file stack_allocator.hpp.

◆ ll

template<size_t Size>
long long ll

Definition at line 40 of file stack_allocator.hpp.

◆ p

template<size_t Size>
void* p

Definition at line 43 of file stack_allocator.hpp.

◆ pf

template<size_t Size>
void(* pf) ()

Definition at line 44 of file stack_allocator.hpp.

◆ ps

template<size_t Size>
AlignmentHelper* ps

Definition at line 45 of file stack_allocator.hpp.


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