#include <pandabase.h>
#include "numeric_types.h"
#include "nativeNumericData.h"
#include "reversedNumericData.h"
Go to the source code of this file.
Typedefs | |
typedef ReversedNumericData | BigEndian |
BigEndian is a special class that automatically reverses the byte-order of numeric values for little-endian machines, and passes them through unchanged for big-endian machines. |
Definition in file bigEndian.h.
|
BigEndian is a special class that automatically reverses the byte-order of numeric values for little-endian machines, and passes them through unchanged for big-endian machines.
Definition at line 48 of file bigEndian.h. |