]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/doxygen/groups/funcmacro_byteorder.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / docs / doxygen / groups / funcmacro_byteorder.h
... / ...
CommitLineData
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
13The endian-ness issues (that is the difference between big-endian and
14little-endian architectures) are important for the portable programs working
15with the external binary data (for example, data files or data coming from
16network) which is usually in some fixed, platform-independent format.
17
18The macros are helpful for transforming the data to the correct format.
19
20*/
21