#include <AlienImage_MemoryOperations.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
Static Public Member Functions | |
| static Standard_EXPORT 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 Standard_EXPORT 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" . | |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.4.1