source: XIOS/trunk/src/parse_expr/lex_parser.hpp @ 458

Last change on this file since 458 was 458, checked in by ymipsl, 10 years ago

Add new parsing expression functionnalities
adding new files

YM

File size: 169 bytes
Line 
1#ifndef __XIOS_LEX_PARSER_HPP__
2#define __XIOS_LEX_PARSER_HPP__
3
4#include <string>
5namespace xios
6{
7  CSimpleNodeExpr* parseExpr(const std::string& strExpr) ;
8}
9
10#endif
Note: See TracBrowser for help on using the repository browser.