28 #ifndef MS_MSCORRGRAM_H
29 #define MS_MSCORRGRAM_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/casa/BasicSL/String.h>
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines
String msCorrGramRemoveEscapes(const String &in)
A function to remove escaped characters.
const TableExprNode * msCorrGramParseNode()
Give the table expression node.
void msCorrGramParseDeleteNode()
int msCorrGramInput(char *buf, int max_size)
Declare the input routine for flex/bison.
int msCorrGramParseCommand(const MeasurementSet *ms, const String &command)
Declare the bison parser (is implemented by bison command).
void MSCorrGramerror(const char *)
The yyerror function for the parser.
String msCorrGramRemoveQuotes(const String &in)
A function to remove quotes from a quoted string.
Int & msCorrGramPosition()
Give the current position in the string.