.TH "sc::TranslateDataByteSwap" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::TranslateDataByteSwap \- Data translation to an external representation with bytes swapped\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::TranslateData\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "virtual char \fBformat_code\fP ()" .br .RI "Returns a code for the type of format for the external data\&. " .ti -1c .RI "virtual void \fBto_native\fP (char *, int n)" .br .RI "Overridden translation routines exist for all the basic types\&. " .ti -1c .RI "virtual void \fBto_external\fP (char *, int n)" .br .RI "Overridden translation routines exist for all the basic types\&. " .ti -1c .RI "virtual void \fBto_native\fP (short *, int n)" .br .ti -1c .RI "virtual void \fBto_external\fP (short *, int n)" .br .ti -1c .RI "virtual void \fBto_native\fP (unsigned int *, int n)" .br .ti -1c .RI "virtual void \fBto_external\fP (unsigned int *, int n)" .br .ti -1c .RI "virtual void \fBto_native\fP (int *, int n)" .br .ti -1c .RI "virtual void \fBto_external\fP (int *, int n)" .br .ti -1c .RI "virtual void \fBto_native\fP (long *, int n)" .br .ti -1c .RI "virtual void \fBto_external\fP (long *, int n)" .br .ti -1c .RI "virtual void \fBto_native\fP (float *, int n)" .br .ti -1c .RI "virtual void \fBto_external\fP (float *, int n)" .br .ti -1c .RI "virtual void \fBto_native\fP (double *, int n)" .br .ti -1c .RI "virtual void \fBto_external\fP (double *, int n)" .br .ti -1c .RI "virtual void \fBto_native\fP (char *, const void *, int n)" .br .RI "Overridden translation routines exist for all the basic types\&. " .ti -1c .RI "virtual void \fBto_external\fP (void *, const char *, int n)" .br .RI "Overridden translation routines exist for all the basic types\&. " .ti -1c .RI "virtual void \fBto_native\fP (short *, const void *, int n)" .br .ti -1c .RI "virtual void \fBto_external\fP (void *, const short *, int n)" .br .ti -1c .RI "virtual void \fBto_native\fP (unsigned int *, const void *, int n)" .br .ti -1c .RI "virtual void \fBto_external\fP (void *, const unsigned int *, int n)" .br .ti -1c .RI "virtual void \fBto_native\fP (int *, const void *, int n)" .br .ti -1c .RI "virtual void \fBto_external\fP (void *, const int *, int n)" .br .ti -1c .RI "virtual void \fBto_native\fP (long *, const void *, int n)" .br .ti -1c .RI "virtual void \fBto_external\fP (void *, const long *, int n)" .br .ti -1c .RI "virtual void \fBto_native\fP (float *, const void *, int n)" .br .ti -1c .RI "virtual void \fBto_external\fP (void *, const float *, int n)" .br .ti -1c .RI "virtual void \fBto_native\fP (double *, const void *, int n)" .br .ti -1c .RI "virtual void \fBto_external\fP (void *, const double *, int n)" .br .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP Data translation to an external representation with bytes swapped\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.