#include <H3DNetworkingUtils/EndianCheck.h>
Public Member Functions | |
| EndianCheck () | |
| Constructor. | |
Static Public Member Functions | |
| static bool | isBigEndian () |
| isBigEndian. | |
| static bool | isLittleEndian () |
| isLittleEndian. | |
Note that the functions isBigEndian() and isLittleEndian() just return a boolean value that is figured out at program startup, so they should be efficient.
1.5.6