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::TranslateDataOut(3) MPQC sc::TranslateDataOut(3)

sc::TranslateDataOut - Convert data to other formats.

#include <translate.h>


TranslateDataOut (StateOut *s, TranslateData *t)
Write to s using the translation defined by t. virtual int put (const char *, int)
Translate and write the data. virtual int put (const short *, int)
virtual int put (const unsigned int *, int)
virtual int put (const int *, int)
virtual int put (const long *, int)
virtual int put (const float *, int)
virtual int put (const double *, int)
TranslateData * translator ()
Returns the translator.


int putv (const void *d, int s)

Convert data to other formats.

The generated data is inserted into a StateOut object.

Write to s using the translation defined by t. The t argument will be deleted by this.

Translate and write the data. A similar member exists for each basic type.

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.