![]() |
![]()
| ![]() |
![]()
NAMEsc::StateInText - Reads state information written with StateOutText. SYNOPSIS#include <state_text.h> Inherits sc::StateInFile. Public Member FunctionsStateInText (std::istream &s)
Public Member Functions inherited from sc::StateInFile
Public Member Functions inherited from sc::StateIn
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::StateIn
Protected Member Functions inherited from sc::RefCount
Protected Attributesint newlines_
Protected Attributes inherited from sc::StateInFile
Protected Attributes inherited from sc::StateIn
Detailed DescriptionReads state information written with StateOutText. Member Function Documentationint sc::StateInText::get (char & r, const char * keyword = 0) [virtual]These restore data saved with StateOut's put. members. Reimplemented from sc::StateIn. int sc::StateInText::get (char *&) [virtual]These restore data saved with StateOut's put. members. The data is allocated by StateIn. Reimplemented from sc::StateIn. int sc::StateInText::get (const ClassDesc **) [virtual]This restores ClassDesc's. It will set the pointer to the address of the static ClassDesc for the class which has the same name as the class that had the ClassDesc that was saved by put(const ClassDesc*). Reimplemented from sc::StateIn. int sc::StateInText::get (double & r, const char * key = 0) [virtual]Reimplemented from sc::StateIn. int sc::StateInText::get (double *&) [virtual]Reimplemented from sc::StateIn. int sc::StateInText::get (float & r, const char * key = 0) [virtual]Reimplemented from sc::StateIn. int sc::StateInText::get (float *&) [virtual]Reimplemented from sc::StateIn. int sc::StateInText::get (int & r, const char * key = 0) [virtual]Reimplemented from sc::StateIn. int sc::StateInText::get (int *&) [virtual]Reimplemented from sc::StateIn. int sc::StateInText::get (unsigned int & r, const char * key = 0) [virtual]Reimplemented from sc::StateIn. int sc::StateInText::get (unsigned int *&) [virtual]Reimplemented from sc::StateIn. int sc::StateInText::get_array_char (char * p, int size) [virtual]These restore data saved with StateOut's put. members. The data must be preallocated by the user. Reimplemented from sc::StateIn. int sc::StateInText::get_array_double (double *, int) [virtual]Reimplemented from sc::StateIn. int sc::StateInText::get_array_float (float *, int) [virtual]Reimplemented from sc::StateIn. int sc::StateInText::get_array_int (int *, int) [virtual]Reimplemented from sc::StateIn. int sc::StateInText::get_array_uint (unsigned int *, int) [virtual]Reimplemented from sc::StateIn. int sc::StateInText::getobject (Ref< SavableState > &) [protected], [virtual]This is used to restore an object. It is called with the reference to the reference being restored. If the data being restored has previously been restored, then the pointer being restored is set to a reference to the previously restored object. Reimplemented from sc::StateIn. int sc::StateInText::getstring (char *&) [virtual]This restores strings saved with StateOut::putstring. Reimplemented from sc::StateIn. AuthorGenerated automatically by Doxygen for MPQC from the source code.
|