Wire Sysio Wire Sysion 1.0.0
|
#include <aligned.hpp>
Public Member Functions | |
operator char * () | |
operator const char * () const | |
Public Attributes | ||
union { | ||
T _align | ||
char _data [S] | ||
} | _store | |
Definition at line 5 of file aligned.hpp.
|
inline |
Definition at line 10 of file aligned.hpp.
|
inline |
Definition at line 11 of file aligned.hpp.
T fc::aligned< S, T >::_align |
Definition at line 7 of file aligned.hpp.
char fc::aligned< S, T >::_data[S] |
Definition at line 8 of file aligned.hpp.
union { ... } fc::aligned< S, T >::_store |