#include <type_with_alignment.hpp>
Public Attributes | |
char | c |
double | d |
float | f |
int | i |
long | l |
long double | ld |
boost::long_long_type | ll |
short | s |
Definition at line 32 of file type_with_alignment.hpp.
char boost::detail::max_align::c |
Definition at line 34 of file type_with_alignment.hpp.
double boost::detail::max_align::d |
Definition at line 45 of file type_with_alignment.hpp.
float boost::detail::max_align::f |
Definition at line 44 of file type_with_alignment.hpp.
int boost::detail::max_align::i |
Definition at line 36 of file type_with_alignment.hpp.
long boost::detail::max_align::l |
Definition at line 37 of file type_with_alignment.hpp.
long double boost::detail::max_align::ld |
Definition at line 46 of file type_with_alignment.hpp.
boost::long_long_type boost::detail::max_align::ll |
Definition at line 39 of file type_with_alignment.hpp.
short boost::detail::max_align::s |
Definition at line 35 of file type_with_alignment.hpp.