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