GetFEM  5.4.2
bgeot_ftool.h File Reference

"File Tools" More...

#include <iostream>
#include <map>
#include <vector>

Go to the source code of this file.

Namespaces

 bgeot
 Basic Geometric Tools.
 

Functions

int bgeot::get_token (std::istream &ist, std::string &st, bool ignore_cr=true, bool to_up=true, bool read_un_pm=true, int *linenb=0)
 Very simple lexical analysis of general interest for reading small languages with a "MATLAB like" syntax : spaces are ignored, '' indicates a commentary until the end of the line, '...' indicates that the instruction continue on the next line (or separate two sub part of the same character string). More...
 

Detailed Description

"File Tools"

Author
Yves Renard Yves..nosp@m.Rena.nosp@m.rd@in.nosp@m.sa-l.nosp@m.yon.f.nosp@m.r
Date
March 09, 2000.

Definition in file bgeot_ftool.h.