Nvwa  1.1
Classes | Namespaces
mmap_line_reader.h File Reference

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"
Include dependency graph for mmap_line_reader.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Header file for mmap_line_reader, an easy-to-use line-based file reader.

It is implemented with the POSIX mmap API.

Date
2017-03-23