#include <stdexcept>#include <vector>#include <stdio.h>Go to the source code of this file.
Namespaces | |
| namespace | util |
Classes | |
| class | util::io_error |
| Thrown to report input output errors. More... | |
Functions | |
| template<typename T> | |
| void | util::write_vec_raw (FILE *file, const std::vector< T > &vec) |
| template<typename T> | |
| void | util::read_vec_raw (FILE *file, std::vector< T > &vec) |
| template<typename T> | |
| void | util::write (FILE *file, const std::vector< T > &vec) |
| template<typename T> | |
| void | util::read (FILE *file, std::vector< T > &vec) |
| template<> | |
| void | util::write (FILE *file, const std::vector< int > &vec) |
| template<> | |
| void | util::read (FILE *file, std::vector< int > &vec) |
| template<> | |
| void | util::write (FILE *file, const std::vector< float > &vec) |
| template<> | |
| void | util::read (FILE *file, std::vector< float > &vec) |
1.4.6