|
HPCToolkit
|
Functions | |
| std::istream * | OpenIStream (const char *filenm) |
| std::ostream * | OpenOStream (const char *filenm) |
| void | CloseStream (std::istream *s) |
| void | CloseStream (std::ostream *s) |
| void | CloseStream (std::iostream *s) |
| void | OpenIFile (std::ifstream &fs, const char *filenm) |
| void | OpenOFile (std::ofstream &fs, const char *filenm) |
| void | CloseFile (std::fstream &fs) |
| std::string | Get (std::istream &is, char end) |
| std::string | GetLine (std::istream &is, char end) |
| bool | Skip (std::istream &is, const char *s) |
| bool | Skip (std::istream &is, const std::string &s) |
| void IOUtil::CloseFile | ( | std::fstream & | fs | ) |
Definition at line 178 of file IOUtil.cpp.
| void IOUtil::CloseStream | ( | std::istream * | s | ) |
| void IOUtil::CloseStream | ( | std::ostream * | s | ) |
Definition at line 136 of file IOUtil.cpp.
| void IOUtil::CloseStream | ( | std::iostream * | s | ) |
Definition at line 145 of file IOUtil.cpp.
| std::string IOUtil::Get | ( | std::istream & | is, |
| char | end | ||
| ) |
| std::string IOUtil::GetLine | ( | std::istream & | is, |
| char | end | ||
| ) |
Definition at line 201 of file IOUtil.cpp.


| void IOUtil::OpenIFile | ( | std::ifstream & | fs, |
| const char * | filenm | ||
| ) |
| std::istream * IOUtil::OpenIStream | ( | const char * | filenm | ) |
Definition at line 85 of file IOUtil.cpp.


| void IOUtil::OpenOFile | ( | std::ofstream & | fs, |
| const char * | filenm | ||
| ) |
| std::ostream * IOUtil::OpenOStream | ( | const char * | filenm | ) |
Definition at line 106 of file IOUtil.cpp.


|
inline |
| bool IOUtil::Skip | ( | std::istream & | is, |
| const char * | s | ||
| ) |