|
Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
Go to the source code of this file.
Classes | |
| struct | jau::packed_t< T > |
| Support aligned memory transfer from and to potentially unaligned memory. More... | |
Namespaces | |
| namespace | jau |
| __pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros. | |
Macros | |
| #define | __packed __attribute__ ((packed)) |
| packed: lead out macro, requires packed lead in as well. | |
| #define | packed__ |
| packed__: lead in macro, requires __packed lead out as well. | |