Nvwa
1.1
|
Header file for mmap_line_reader, an easy-to-use line-based file reader. More...
#include <assert.h>
#include <unistd.h>
#include <iterator>
#include <string>
#include "_nvwa.h"
#include "c++11.h"
Go to the source code of this file.
Classes | |
class | nvwa::mmap_line_reader |
Class to allow iteration over all lines of a mmappable file. More... | |
class | nvwa::mmap_line_reader::iterator |
Iterator that contains the line content. More... | |
Namespaces | |
nvwa | |
Namespace of the nvwa project. | |
Header file for mmap_line_reader, an easy-to-use line-based file reader.
It is implemented with the POSIX mmap API.