26#ifndef MS_MSSTATEGRAM_H 
   27#define MS_MSSTATEGRAM_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
 
void msStateGramParseDeleteNode()
 
const TableExprNode * msStateGramParseNode()
Give the table expression node.
 
int msStateGramInput(char *buf, int max_size)
Declare the input routine for flex/bison.
 
int msStateGramParseCommand(const MeasurementSet *ms, const String &command)
Declare the bison parser (is implemented by bison command).
 
void MSStateGramerror(const char *)
The yyerror function for the parser.
 
int msStateGramParseCommand(const MeasurementSet *ms, const String &command, Vector< Int > &)
 
Int & msStateGramPosition()
Give the current position in the string.