SHORE API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
text.hpp File Reference

ASCII plain text file IO. More...

Go to the source code of this file.

Classes

class  shore::basic_line_reader
 Read plain text files line by line (basic interface). More...
 
class  shore::line_reader
 Read plain text files line by line (monolithic interface). More...
 
class  shore::line_writer
 Plain text file writer. More...
 
class  shore::row_reader
 Read tab delimited entries from plain text files. More...
 

Namespaces

 shore
 SHORE core API.
 

Constant Groups

 shore
 SHORE core API.
 

Typedefs

typedef shore::source
< line_reader > 
shore::line_source
 Text file pipeline source.
 
typedef shore::sink< line_writer > shore::line_sink
 Text file pipeline sink.
 
typedef shore::source< row_reader > shore::row_source
 Tab delimited table file pipeline source.
 

Detailed Description

ASCII plain text file IO.

Author
Felix Ott