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