MPQC  3.0.0-alpha
sc::TranslateDataByteSwap Class Reference

Data translation to an external representation with bytes swapped. More...

#include <util/state/translate.h>

Inheritance diagram for sc::TranslateDataByteSwap:
sc::TranslateData

Public Member Functions

virtual char format_code ()
 Returns a code for the type of format for the external data.
 
virtual void to_native (char *, int n)
 Overridden translation routines exist for all the basic types.
 
virtual void to_external (char *, int n)
 Overridden translation routines exist for all the basic types.
 
virtual void to_native (short *, int n)
 
virtual void to_external (short *, int n)
 
virtual void to_native (unsigned int *, int n)
 
virtual void to_external (unsigned int *, int n)
 
virtual void to_native (int *, int n)
 
virtual void to_external (int *, int n)
 
virtual void to_native (unsigned long *, int n)
 
virtual void to_external (unsigned long *, int n)
 
virtual void to_native (long *, int n)
 
virtual void to_external (long *, int n)
 
virtual void to_native (float *, int n)
 
virtual void to_external (float *, int n)
 
virtual void to_native (double *, int n)
 
virtual void to_external (double *, int n)
 
virtual void to_native (char *, const void *, int n)
 Overridden translation routines exist for all the basic types.
 
virtual void to_external (void *, const char *, int n)
 Overridden translation routines exist for all the basic types.
 
virtual void to_native (short *, const void *, int n)
 
virtual void to_external (void *, const short *, int n)
 
virtual void to_native (unsigned int *, const void *, int n)
 
virtual void to_external (void *, const unsigned int *, int n)
 
virtual void to_native (int *, const void *, int n)
 
virtual void to_external (void *, const int *, int n)
 
virtual void to_native (unsigned long *, const void *, int n)
 
virtual void to_external (void *, const unsigned long *, int n)
 
virtual void to_native (long *, const void *, int n)
 
virtual void to_external (void *, const long *, int n)
 
virtual void to_native (float *, const void *, int n)
 
virtual void to_external (void *, const float *, int n)
 
virtual void to_native (double *, const void *, int n)
 
virtual void to_external (void *, const double *, int n)
 

Additional Inherited Members

- Static Public Member Functions inherited from sc::TranslateData
static TranslateDatavctor (char code)
 A virtual constructor that choses a specialization based on the format code.
 

Detailed Description

Data translation to an external representation with bytes swapped.


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

Generated at Sun Jan 26 2020 23:24:13 for MPQC 3.0.0-alpha using the documentation package Doxygen 1.8.16.