Panda3D
Typedefs
bigEndian.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "dtoolbase.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. More...
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2000-08-23

Definition in file bigEndian.h.

Typedef Documentation

◆ 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 at line 32 of file bigEndian.h.