26#ifndef MS_MSCORRGRAM_H 
   27#define MS_MSCORRGRAM_H 
   31#include <casacore/casa/aips.h> 
   32#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.
 
Int & msCorrGramPosition()
Give the current position in the string.
 
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.