|
NAMEsc::BcastStateInBin - BcastStateBin reads a file in written by StateInBin on node 0 and broadcasts it to all nodes so state can be simultaneously restored on all nodes.SYNOPSIS#include <mstate.h> Inherits sc::MsgStateBufRecv. Public Member FunctionsBcastStateInBin (const Ref< KeyVal > &) Create the BcastStateRecv using the default MessageGrp. BcastStateInBin (const Ref< MessageGrp > &, const char *filename) Create the BcastStateRecv. virtual int open (const char *name) virtual void close () void seek (int loc) Set the current position in the file. int seekable () Return non-zero if seek does anything sensible. int tell () Return the current position in the file. int use_directory () Returns true of this object uses a directory. Protected Member Functionsvoid next_buffer () Specializations must implement next_buffer(). int get_array_void (void *, int) Protected Attributesint opened_ int file_position_ std::streambuf * buf_ Detailed DescriptionBcastStateBin reads a file in written by StateInBin on node 0 and broadcasts it to all nodes so state can be simultaneously restored on all nodes.Member Function Documentationint sc::BcastStateInBin::get_array_void (void *, int) [protected], [virtual]Reimplemented from sc::MsgStateBufRecv.void sc::BcastStateInBin::next_buffer () [protected], [virtual]Specializations must implement next_buffer().Implements sc::MsgStateBufRecv. void sc::BcastStateInBin::seek (int) [virtual]Set the current position in the file. The default implementation does nothing.Reimplemented from sc::StateIn. int sc::BcastStateInBin::seekable () [virtual]Return non-zero if seek does anything sensible. The default implementation returns 0.Reimplemented from sc::StateIn. int sc::BcastStateInBin::tell () [virtual]Return the current position in the file.Reimplemented from sc::StateIn. int sc::BcastStateInBin::use_directory () [virtual]Returns true of this object uses a directory.Reimplemented from sc::StateIn. AuthorGenerated automatically by Doxygen for MPQC from the source code.
Visit the GSP FreeBSD Man Page Interface. |