|
aimstil
5.0.5
|
#include <exception>#include <fstream>#include <sstream>#include <utility>#include "progress_indicator.h"#include "io.tpp"
Go to the source code of this file.
Classes | |
| class | til::io::GetArraySize |
| Return the number of row and columns of an array in a text file. More... | |
| class | til::io::GetArraySize::CannotOpenFile |
| class | til::io::SimpleLoader< TIterator, TProgressIndicator > |
| class | til::io::SimpleLoader< TIterator, TProgressIndicator >::CannotOpenFile |
Namespaces | |
| til | |
| Belongs to package Box Do not include directly, include til/Box.h instead. | |
| til::io | |
Functions | |
| std::pair< std::size_t, std::size_t > | til::io::get_array_size (const char *filename, std::size_t maxLineLength=65536) |
| Returns the number of row and columns in an array file. More... | |
| template<typename TIterator > | |
| void | til::io::simple_load (const char *filename, TIterator begin, std::size_t maxlinelength=65536) |