]>
Commit | Line | Data |
---|---|---|
dae2800a BP |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: funcmacro_byteorder.h | |
3 | // Purpose: Byte Order function and macro group docs | |
4 | // Author: wxWidgets team | |
5 | // RCS-ID: $Id: funcmacro_gdi.h 52454 2008-03-12 19:08:48Z BP $ | |
526954c5 | 6 | // Licence: wxWindows licence |
dae2800a BP |
7 | ///////////////////////////////////////////////////////////////////////////// |
8 | ||
9 | /** | |
10 | ||
11 | @defgroup group_funcmacro_byteorder Byte Order | |
12 | @ingroup group_funcmacro | |
13 | ||
14 | The endian-ness issues (that is the difference between big-endian and | |
15 | little-endian architectures) are important for the portable programs working | |
16 | with the external binary data (for example, data files or data coming from | |
17 | network) which is usually in some fixed, platform-independent format. | |
18 | ||
19 | The macros are helpful for transforming the data to the correct format. | |
20 | ||
21 | */ | |
22 |