stdxCheckedFstreams Classes
Classes derrived from fstream which will throw a ECannotOpenFile exception if the file cannot be opened.Compounds
- class stdx::CheckedInputFstream
- Represents an ifstream with error checking at construction.
- Represents an ifstream with error checking at construction.
- class stdx::DefaultStdinFstream
- Represents an istream which uses standard in as a default.
- Represents an istream which uses standard in as a default.
- class stdx::CheckedInOutFstream
- Represents an iofstream with error checking at construction.
- Represents an iofstream with error checking at construction.
- class stdx::CheckedOutputFstream
- Represents an ofstream with error checking at construction.
- Represents an ofstream with error checking at construction.
- class stdx::DefaultStdoutFstream
- Represents an ostream which uses standard out as a default.
- Represents an ostream which uses standard out as a default.
- class stdx::ECannotOpenFile
- Exception: Cannot open a file for input or output.
- Exception: Cannot open a file for input or output.