Geogram  Version 1.9.0
A programming library of geometric algorithms
line_stream.h File Reference

Utility class to read a file line per line and parsing fields from each line. More...

#include <geogram/basic/common.h>
#include <geogram/basic/assert.h>
#include <geogram/basic/numeric.h>
#include <geogram/basic/string.h>
#include <cstring>
#include <stdio.h>

Go to the source code of this file.

Classes

class  GEO::LineInput
 Reads an ASCII file line per line. More...
 

Namespaces

 GEO
 Global Vorpaline namespace.
 

Detailed Description

Utility class to read a file line per line and parsing fields from each line.

Definition in file line_stream.h.