![]() |
Rosetta
2015.38
|
General database input/output utility functions. More...
#include <utility/vector1.fwd.hh>
#include <utility/vectorL.hh>
#include <utility/io/izstream.hh>
#include <utility/io/ozstream.hh>
#include <string>
Namespaces | |
utility | |
unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 1. | |
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.