26#ifndef MS_MSSCANGRAM_H 
   27#define MS_MSSCANGRAM_H 
   31#include <casacore/casa/aips.h> 
   32#include <casacore/casa/BasicSL/String.h> 
   33#include <casacore/ms/MSSel/MSScanParse.h>  
String: the storage and methods of handling collections of characters.
 
this file contains all the compiler specific defines
 
TableExprNode msScanGramParseCommand(const MeasurementSet *ms, const String &command, Vector< Int > &idList, Int maxScans=1000)
 
Int & msScanGramPosition()
Give the current position in the string.
 
void MSScanGramerror(const char *)
The yyerror function for the parser.
 
void msScanGramParseDeleteNode()
Give the table expression node.
 
TableExprNode baseMSScanGramParseCommand(MSScanParse *parser, const String &command, Vector< Int > &idList, Int maxScans=1000)
Declare the bison parser (is implemented by bison command).
 
int msScanGramInput(char *buf, int max_size)
Declare the input routine for flex/bison.
 
TableExprNode msScanGramParseCommand(const MeasurementSet *ms, const TableExprNode &colAsTEN, const String &command, Vector< Int > &selectedIDs, Int maxScans)