odiststream: see the diststream
page for the full documentation
More...
|
| odiststream () |
|
| odiststream (std::string filename, std::string suffix="", io::mode_type mode=io::out, const communicator &comm=communicator()) |
|
| odiststream (std::string filename, io::mode_type mode, const communicator &comm=communicator()) |
|
| odiststream (std::string filename, std::string suffix, const communicator &comm) |
|
| odiststream (std::string filename, const communicator &comm) |
|
| odiststream (std::ostream &os, const communicator &comm=communicator()) |
|
| ~odiststream () |
|
void | open (std::string filename, std::string suffix="", io::mode_type mode=io::out, const communicator &comm=communicator()) |
| This routine opens a physical output file. More...
|
|
void | open (std::string filename, io::mode_type mode, const communicator &comm=communicator()) |
|
void | open (std::string filename, std::string suffix, const communicator &comm) |
|
void | open (std::string filename, const communicator &comm) |
|
void | flush () |
|
void | close () |
|
const communicator & | comm () const |
|
bool | good () const |
|
| operator bool () const |
|
std::ostream & | os () |
|
bool | nop () |
|
odiststream: see the diststream
page for the full documentation
Definition at line 126 of file diststream.h.
◆ size_type
◆ odiststream() [1/6]
◆ odiststream() [2/6]
◆ odiststream() [3/6]
◆ odiststream() [4/6]
odiststream |
( |
std::string |
filename, |
|
|
std::string |
suffix, |
|
|
const communicator & |
comm |
|
) |
| |
◆ odiststream() [5/6]
odiststream |
( |
std::string |
filename, |
|
|
const communicator & |
comm |
|
) |
| |
◆ odiststream() [6/6]
odiststream |
( |
std::ostream & |
os, |
|
|
const communicator & |
comm = communicator() |
|
) |
| |
◆ ~odiststream()
◆ open() [1/4]
void open |
( |
std::string |
filename, |
|
|
std::string |
suffix = "" , |
|
|
io::mode_type |
mode = io::out , |
|
|
const communicator & |
comm = communicator() |
|
) |
| |
This routine opens a physical output file.
Definition at line 143 of file diststream.cc.
◆ open() [2/4]
void open |
( |
std::string |
filename, |
|
|
io::mode_type |
mode, |
|
|
const communicator & |
comm = communicator() |
|
) |
| |
◆ open() [3/4]
void open |
( |
std::string |
filename, |
|
|
std::string |
suffix, |
|
|
const communicator & |
comm |
|
) |
| |
◆ open() [4/4]
void open |
( |
std::string |
filename, |
|
|
const communicator & |
comm |
|
) |
| |
◆ flush()
◆ close()
◆ comm()
const communicator& comm |
( |
| ) |
const |
◆ good()
◆ operator bool()
◆ io_proc()
◆ os()
◆ nop()
◆ _ptr_os
◆ _use_alloc
◆ _comm
The documentation for this class was generated from the following files: