Main Page   Class Hierarchy   Compound List   File List   Compound Members   Related Pages  

TranslateData Class Reference

Generic data translation. More...

#include <translate.h>

Inheritance diagram for TranslateData

Inheritance graph
[legend]
List of all members.

Public Methods

 TranslateData ()
virtual ~TranslateData ()
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. More...

virtual void to_external (char *, int n)
 Translates to external format in-place. More...

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. More...

virtual void to_external (void *target, const char *source, int n)
 Translates to external format. More...

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 Public Methods

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


Detailed Description

Generic data translation.


Member Function Documentation

void TranslateData::to_external ( void * target,
const char * source,
int n ) [virtual]
 

Translates to external format.

Similar routines exist for all the basic types.

Reimplemented in TranslateDataByteSwap.

void TranslateData::to_external ( char *,
int n ) [virtual]
 

Translates to external format in-place.

Similar routines exist for all the basic types.

Reimplemented in TranslateDataByteSwap.

void TranslateData::to_native ( char * target,
const void * source,
int n ) [virtual]
 

Translates to native format.

Similar routines exist for all the basic types.

Reimplemented in TranslateDataByteSwap.

void TranslateData::to_native ( char *,
int n ) [virtual]
 

Translates to native format in-place.

Similar routines exist for all the basic types.

Reimplemented in TranslateDataByteSwap.


The documentation for this class was generated from the following file:
Generated at Thu Oct 4 18:10:04 2001 for MPQC 2.0.0 using the documentation package Doxygen 1.2.5.