aimstil  5.0.5
til::io Namespace Reference

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)
 

Function Documentation

◆ get_array_size()

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()().

◆ simple_load()

template<typename TIterator >
void til::io::simple_load ( const char *  filename,
TIterator  begin,
std::size_t  maxlinelength = 65536 
)

Definition at line 111 of file io.h.