![]() |
PhoenixHardware
0.2.0
Tools to get hardware information
|
#include "phoenix_alignement_type.h"
Go to the source code of this file.
Functions | |
template<typename T> | |
size_t | phoenix_alignement_in_bytes () |
Get the alignement in bytes by respect to the type. | |
template<typename T> | |
size_t | phoenix_alignement_type () |
Get the alignement by respect to the type. | |
size_t phoenix_alignement_in_bytes | ( | ) |
Get the alignement in bytes by respect to the type.
Definition at line 24 of file phoenix_alignement_type_impl.h.
Referenced by phoenix_checkIsAligned(), phoenix_newAlignedTab(), and phoenix_template_alloc().
size_t phoenix_alignement_type | ( | ) |
Get the alignement by respect to the type.
Definition at line 16 of file phoenix_alignement_type_impl.h.
Referenced by phoenix_assume_aligned(), phoenix_assume_aligned(), and phoenix_getPadding().