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

sc::StateOutBin - Save state to a binary file.

#include <state_bin.h>

Inherits sc::StateOutFile.


StateOutBin (std::ostream &)
StateOutBin (const char *)
int open (const char *name)
State information will be written to name. void close ()
Close the output stream. int use_directory ()
Returns true if this object uses a directory. int tell ()
Returns the current position in the file. void seek (int loc)
Set the current position in the file. int seekable ()
Return non-zero if tell and seek do anything sensible.

Save state to a binary file.

Close the output stream.

Reimplemented from sc::StateOutFile.

State information will be written to name.

Reimplemented from sc::StateOutFile.

Set the current position in the file. The default implementation does nothing.

Reimplemented from sc::StateOut.

Return non-zero if tell and seek do anything sensible. The default implementation returns 0.

Reimplemented from sc::StateOut.

Returns the current position in the file. The default implementation returns 0.

Reimplemented from sc::StateOut.

Returns true if this object uses a directory.

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.