Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Static Public Member Functions
AlienImage_MemoryOperations Class Reference

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"



Member Function Documentation


The documentation for this class was generated from the following file: