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

sc::StateOutText - Writes out state information in an almost human readable format.

#include <state_text.h>

Inherits sc::StateOutFile.


StateOutText (std::ostream &s)
StateOutText (const char *)
int putstring (const char *)
This is like put except the length of the char array is determined by interpreting the character array as a character string. int put_array_char (const char *, int)
Put arrays of data. int put_array_uint (const unsigned int *, int)
int put_array_int (const int *, int)
int put_array_float (const float *, int)
int put_array_double (const double *, int)
int put (const ClassDesc *)
Write out information about the given ClassDesc. int put (char r)
Write the given datum. int put (unsigned int r)
int put (int r)
int put (float r)
int put (double r)
int put (const char *, int)
Write the given array data. int put (const unsigned int *, int)
int put (const int *, int)
int put (const float *, int)
int put (const double *, int)


void no_newline ()
void no_array ()
void newline ()
void start_array ()
void end_array ()
int putobject (const Ref< SavableState > &)
This will prepare StateOut to output a pointer to data. int putparents (const ClassDesc *)


int no_newline_
int no_array_

Writes out state information in an almost human readable format.

StateOutText is intended for debugging only. The state information can read in again with StateInText.

Write the given datum.

Reimplemented from sc::StateOut.

Write the given array data. Size information is also saved. The data is allocated and read by the get(T*&) routines.

Reimplemented from sc::StateOut.

Write out information about the given ClassDesc.

Reimplemented from sc::StateOut.

Reimplemented from sc::StateOut.

Reimplemented from sc::StateOut.

Reimplemented from sc::StateOut.

Reimplemented from sc::StateOut.

Reimplemented from sc::StateOut.

Reimplemented from sc::StateOut.

Reimplemented from sc::StateOut.

Reimplemented from sc::StateOut.

Put arrays of data. No size information is stored. This data is read by the get_array_T routines.

Reimplemented from sc::StateOut.

Reimplemented from sc::StateOut.

Reimplemented from sc::StateOut.

Reimplemented from sc::StateOut.

Reimplemented from sc::StateOut.

This will prepare StateOut to output a pointer to data. It first checks to see if the data has already been saved. If it has, then a reference to this data is saved. Otherwise the object is written out.

Reimplemented from sc::StateOut.

Reimplemented from sc::StateOut.

This is like put except the length of the char array is determined by interpreting the character array as a character string.

Reimplemented from sc::StateOut.

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.