|
IFEM
90A354
|
Read an integer array from a named file, for unit testing. More...
#include <fstream>#include <vector>#include <string>
Go to the source code of this file.
Typedefs | |
| typedef std::vector< int > | IntVec |
| General integer vector. | |
Functions | |
| static IntVec | readIntVector (const std::string &file) |
| Reads an integer array from a named file, for unit testing. | |
Read an integer array from a named file, for unit testing.