|
STORMM Source Documentation
|
Abstract for the TextFile object, providing read-only access. More...
#include <textfile.h>
Public Member Functions | |
| TextFileReader (int line_count_in, const int *line_lengths_in, const size_t *line_limits_in, const char *text_in, const std::string file_name_in) | |
| The constructor takes length constants and constant pointers. | |
| TextFileReader (const TextFileReader &original)=default | |
| Take the default copy and move constructors. The assignment operators will get implicitly deleted as this is just a collection of constants. | |
| TextFileReader (TextFileReader &&original)=default | |
Public Attributes | |
| const int | line_count |
| const int * | line_lengths |
| const size_t * | line_limits |
| const char * | text |
| const std::string | file_name |
Abstract for the TextFile object, providing read-only access.