Open CASCADE Technology
6.5.4
|
This class defines class method for
memory mangement .
#include <AlienImage_MemoryOperations.hxx>
Static Public Member Functions | |
static DEFINE_STANDARD_ALLOC void | SwapLong (const Standard_Address Data, const Standard_Integer Size) |
Swap byte in a long word ( 32 Bit ) Size is the number of long word to swap ex : SwapLong( "abcd". 1 ) gives "dcba" | |
static void | SwapShort (const Standard_Address Data, const Standard_Integer Size) |
Swap byte in a short word ( 16 Bit ) Size is the number of short word to swap ex : SwapShort( "ab". 1 ) gives "ba" |
static DEFINE_STANDARD_ALLOC void AlienImage_MemoryOperations::SwapLong | ( | const Standard_Address | Data, |
const Standard_Integer | Size | ||
) | [static] |
static void AlienImage_MemoryOperations::SwapShort | ( | const Standard_Address | Data, |
const Standard_Integer | Size | ||
) | [static] |