tlx
|
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 )() |
AlignmentHelper * | ps |
union to enforce alignment of buffer area
Definition at line 37 of file stack_allocator.hpp.
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.
AlignmentHelper* ps |
Definition at line 45 of file stack_allocator.hpp.