![]() |
Rosetta Utilities
2015.09
|
vector1: std::vector with 1-based indexing More...
#include <utility/vector1.fwd.hh>
#include <utility/vectorL.hh>
#include <utility/io/izstream.hh>
#include <utility/io/ozstream.hh>
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) |
vector1: std::vector with 1-based indexing