Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::core::AlignMax Union Reference

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...
 

Detailed Description

Maximum aligned data unit.

Definition at line 21 of file align_ops.h.

Member Data Documentation

◆ d

double roc::core::AlignMax::d

8-byte floating point.

Definition at line 23 of file align_ops.h.

◆ p

void(* roc::core::AlignMax::p) ()

4-, 8- or 16-byte function pointer.

Definition at line 24 of file align_ops.h.

◆ u

uint64_t roc::core::AlignMax::u

8-byte integer.

Definition at line 22 of file align_ops.h.


The documentation for this union was generated from the following file: