Go to the documentation of this file.
28 #ifndef MS_MSSTATEGRAM_H
29 #define MS_MSSTATEGRAM_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/casa/BasicSL/String.h>
void MSStateGramerror(const char *)
The yyerror function for the parser.
void msStateGramParseDeleteNode()
Global functions for flex/bison scanner/parser for MSStateGram.
Int & msStateGramPosition()
Give the current position in the string.
int msStateGramParseCommand(const MeasurementSet *ms, const String &command, Vector< Int > &)
const TableExprNode * msStateGramParseNode()
Give the table expression node.
int msStateGramParseCommand(const MeasurementSet *ms, const String &command)
Declare the bison parser (is implemented by bison command).
this file contains all the compiler specific defines
Handle class for a table column expression tree.
A Table intended to hold astronomical data (a set of Measurements).
int msStateGramInput(char *buf, int max_size)
Declare the input routine for flex/bison.
String: the storage and methods of handling collections of characters.