Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Maximum aligned data unit. More...
#include <align_ops.h>
Public Attributes | |
uint64_t | u |
8-byte integer. More... | |
double | d |
8-byte floating point. More... | |
void(* | p )() |
4-, 8- or 16-byte function pointer. More... | |
Maximum aligned data unit.
Definition at line 21 of file align_ops.h.
double roc::core::AlignMax::d |
8-byte floating point.
Definition at line 23 of file align_ops.h.
void(* roc::core::AlignMax::p) () |
4-, 8- or 16-byte function pointer.
Definition at line 24 of file align_ops.h.
uint64_t roc::core::AlignMax::u |
8-byte integer.
Definition at line 22 of file align_ops.h.