cartobase  5.0.5
carto::UncommentExtractor Class Reference

Extractor stripping end-of-line comments. More...

#include <cartobase/stream/uncomment.h>

Public Member Functions

Constructors, destructor
 UncommentExtractor (char c='#')
 
Extract
int operator() (std::streambuf &source)
 Get a character from the source. More...
 

Detailed Description

Extractor stripping end-of-line comments.

Definition at line 58 of file uncomment.h.

Constructor & Destructor Documentation

◆ UncommentExtractor()

carto::UncommentExtractor::UncommentExtractor ( char  c = '#')

Member Function Documentation

◆ operator()()

int carto::UncommentExtractor::operator() ( std::streambuf &  source)

Get a character from the source.

Returns
next character from the source

The documentation for this class was generated from the following file: