![]() |
![]()
| ![]() |
![]()
NAMEsc::StateOutText - Writes out state information in an almost human readable format. SYNOPSIS#include <state_text.h> Inherits sc::StateOutFile. Public Member FunctionsStateOutText (std::ostream &s)
Public Member Functions inherited from sc::StateOutFile
Public Member Functions inherited from sc::StateOut
Public Member Functions inherited from sc::DescribedClass
Public Member Functions inherited from sc::RefCount
Public Member Functions inherited from sc::Identity
Protected Member Functionsvoid no_newline ()
Protected Member Functions inherited from sc::StateOut
Protected Member Functions inherited from sc::RefCount
Protected Attributesint no_newline_
Protected Attributes inherited from sc::StateOutFile
Protected Attributes inherited from sc::StateOut
Detailed DescriptionWrites out state information in an almost human readable format. StateOutText is intended for debugging only. The state information can read in again with StateInText. Member Function Documentationint sc::StateOutText::put (char r) [virtual]Write the given datum. Reimplemented from sc::StateOut. int sc::StateOutText::put (const char *, int) [virtual]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. int sc::StateOutText::put (const ClassDesc *) [virtual]Write out information about the given ClassDesc. Reimplemented from sc::StateOut. int sc::StateOutText::put (const double *, int) [virtual]Reimplemented from sc::StateOut. int sc::StateOutText::put (const float *, int) [virtual]Reimplemented from sc::StateOut. int sc::StateOutText::put (const int *, int) [virtual]Reimplemented from sc::StateOut. int sc::StateOutText::put (const unsigned int *, int) [virtual]Reimplemented from sc::StateOut. int sc::StateOutText::put (double r) [virtual]Reimplemented from sc::StateOut. int sc::StateOutText::put (float r) [virtual]Reimplemented from sc::StateOut. int sc::StateOutText::put (int r) [virtual]Reimplemented from sc::StateOut. int sc::StateOutText::put (unsigned int r) [virtual]Reimplemented from sc::StateOut. int sc::StateOutText::put_array_char (const char * p, int size) [virtual]Put arrays of data. No size information is stored. This data is read by the get_array_T routines. Reimplemented from sc::StateOut. int sc::StateOutText::put_array_double (const double *, int) [virtual]Reimplemented from sc::StateOut. int sc::StateOutText::put_array_float (const float *, int) [virtual]Reimplemented from sc::StateOut. int sc::StateOutText::put_array_int (const int *, int) [virtual]Reimplemented from sc::StateOut. int sc::StateOutText::put_array_uint (const unsigned int *, int) [virtual]Reimplemented from sc::StateOut. int sc::StateOutText::putobject (const Ref< SavableState > &) [protected], [virtual]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. int sc::StateOutText::putparents (const ClassDesc *) [protected], [virtual]Reimplemented from sc::StateOut. int sc::StateOutText::putstring (const char *) [virtual]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. AuthorGenerated automatically by Doxygen for MPQC from the source code.
|