|
aimstil
5.0.5
|
Classes | |
| class | GetArraySize |
| Return the number of row and columns of an array in a text file. More... | |
| class | SimpleLoader |
Functions | |
| std::pair< std::size_t, std::size_t > | 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 | simple_load (const char *filename, TIterator begin, std::size_t maxlinelength=65536) |
| 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.
Referenced by til::io::GetArraySize::operator()().