![]()  | 
  
    Rosetta
    2019.12
    
   | 
 
General database input/output utility functions. More...
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... | |
| void | utility::io::remove_inline_comments (std::string &line) | 
| General method for removing comments from a line read from a database file.  More... | |
General database input/output utility functions.
 1.8.7