GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sc::TranslateData(3) MPQC sc::TranslateData(3)

sc::TranslateData - Generic data translation.

#include <translate.h>

Inherited by sc::TranslateDataByteSwap.


virtual char format_code ()
Returns a code for the type of format for the external data. virtual void to_native (char *, int n)
Translates to native format in-place. virtual void to_external (char *, int n)
Translates to external format in-place. 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 (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 *target, const void *source, int n)
Translates to native format. virtual void to_external (void *target, const char *source, int n)
Translates to external format. 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 (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)


static TranslateData * vctor (char code)
A virtual constructor that choses a specialization based on the format code.

Generic data translation.

Returns a code for the type of format for the external data.

Reimplemented in sc::TranslateDataByteSwap.

Translates to external format in-place. Similar routines exist for all the basic types.

Reimplemented in sc::TranslateDataByteSwap.

Translates to external format. Similar routines exist for all the basic types.

Reimplemented in sc::TranslateDataByteSwap.

Translates to native format in-place. Similar routines exist for all the basic types.

Reimplemented in sc::TranslateDataByteSwap.

Translates to native format. Similar routines exist for all the basic types.

Reimplemented in sc::TranslateDataByteSwap.

Generated automatically by Doxygen for MPQC from the source code.
Tue Jun 7 2022 Version 2.3.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.