#include <algorithm>
#include <iostream>
#include <iterator>
#include <ostream>
#include <vector>
Go to the source code of this file.
Typedefs | |
typedef std::vector < int > | intvector |
Convenient shorthand for a vector of integers. | |
typedef intvector::iterator | intvec_iterator |
Convenient shorthand for an intvector’s iterator. | |
Functions | |
template<class Container> | |
void | read_data (Container &data) |
template<class Container> | |
void | write_data (Container const &data) |
Definition in file data.hpp.
typedef std::vector<int> intvector |
void read_data | ( | Container & | data | ) | [inline] |
void write_data | ( | Container const & | data | ) | [inline] |