Rosetta
|
General database input/output utility functions. More...
Go to the source code of this file.
Namespaces | |
utility | |
unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 0. | |
utility::io | |
Functions | |
template<class T > | |
void | utility::io::read_vector (std::istream &is, vector1< T > &vec) |
template<class T > | |
void | utility::io::write_vector (std::ostream &out, vector1< T > const &vec) |
template<class T > | |
void | utility::io::write_vector (std::string filename, vector1< T > const &vec) |
utility::vector1< std::string > | utility::io::get_lines_from_file_data (std::string const &filename) |
General method that opens a file and returns its data as a list of lines after checking for errors. More... | |
General database input/output utility functions.
Definition in file util.hh.