GetFEM
5.4.2
|
"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... | |