Thanks to visit codestin.com
Credit goes to tlx.github.io
tlx
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
attribute_packed.hpp
Go to the documentation of this file.
1
/*******************************************************************************
2
* tlx/define/attribute_packed.hpp
3
*
4
* Part of tlx - http://panthema.net/tlx
5
*
6
* Copyright (C) 2015-2017 Timo Bingmann <
[email protected]
>
7
*
8
* All rights reserved. Published under the Boost Software License, Version 1.0
9
******************************************************************************/
10
11
#ifndef TLX_DEFINE_ATTRIBUTE_PACKED_HEADER
12
#define TLX_DEFINE_ATTRIBUTE_PACKED_HEADER
13
14
namespace
tlx
{
15
16
//! \addtogroup tlx_define
17
//! \{
18
19
/******************************************************************************/
20
// __attribute__ ((packed))
21
22
#if defined(__GNUC__) || defined(__clang__)
23
#define TLX_ATTRIBUTE_PACKED __attribute__ ((packed))
24
#else
25
#define TLX_ATTRIBUTE_PACKED
26
#endif
27
28
//! \}
29
30
}
// namespace tlx
31
32
#endif // !TLX_DEFINE_ATTRIBUTE_PACKED_HEADER
33
34
/******************************************************************************/
tlx
Definition:
exclusive_scan.hpp:17
tlx
define
attribute_packed.hpp
Generated on Sat Oct 2 2021 20:29:00 for tlx by
1.8.11