jaulib v1.3.6
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
packed_attribute.hpp File Reference
This graph shows which files directly or indirectly include this file:

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.