Rheolef
7.2
an efficient C++ finite element environment
|
rheostream
- i/o utilities
More...
Go to the source code of this file.
Classes | |
class | irheostream |
class | orheostream |
Namespaces | |
namespace | rheolef |
This file is part of Rheolef. | |
namespace | rheolef::io |
Enumerations | |
enum | mode_type { out = 0 , app = 1 , gz = 0 , nogz = 2 } |
Functions | |
string | ftos (const Float &x) |
itof: see the rheostream page for the full documentation | |
bool | scatch (std::istream &in, const std::string &ch, bool full_match=true) |
scatch: see the rheostream page for the full documentation | |
bool | has_suffix (const std::string &name, const std::string &suffix) |
has_suffix: see the rheostream page for the full documentation | |
string | delete_suffix (const std::string &name, const std::string &suffix) |
delete_suffix: see the rheostream page for the full documentation | |
bool | has_any_suffix (const std::string &name) |
has_any_suffix: see the rheostream page for the full documentation | |
string | delete_any_suffix (const std::string &name) |
delete_any_suffix: see the rheostream page for the full documentation | |
string | get_basename (const std::string &name) |
get_basename: see the rheostream page for the full documentation | |
string | get_dirname (const std::string &name) |
get_dirname: see the rheostream page for the full documentation | |
string | get_full_name_from_rheo_path (const std::string &rootname, const std::string &suffix) |
get_full_name_from_rheo_path: see the rheostream page for the full documentation | |
void | append_dir_to_rheo_path (const std::string &dir) |
append_dir_to_rheo_path: see the rheostream page for the full documentation | |
void | prepend_dir_to_rheo_path (const std::string &dir) |
prepend_dir_to_rheo_path: see the rheostream page for the full documentation | |
bool | file_exists (const std::string &filename) |
file_exists: see the rheostream page for the full documentation | |
bool | is_float (const std::string &) |
is_float: see the rheostream page for the full documentation | |
Float | to_float (const std::string &) |
to_float: see the rheostream page for the full documentation | |
std::string | get_tmpdir () |
get_tmpdir: see the rheostream page for the full documentation | |
std::string | itos (std::size_t i) |
rheostream
- i/o utilities
Definition in file rheostream.h.