28 #ifndef TABLES_TABLEGRAM_H
29 #define TABLES_TABLEGRAM_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/casa/BasicSL/String.h>
34 #include <casacore/casa/Quanta/MVTime.h>
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines
void TableGramerror(const char *)
The yyerror function for the parser.
int tableGramInput(char *buf, int max_size)
Declare the input routine for flex/bison.
String tableGramRemoveEscapes(const String &in)
A function to remove escape characters.
MVTime tableGramParseDateTime(const String &in)
A function to parse a date/time string.
Int & tableGramPosition()
Give the current position in the string.
int tableGramParseCommand(const String &command)
Declare the bison parser (is implemented by bison command).
Double tableGramParseTime(const String &in)
A function to parse a time/position string.
String tableGramRemoveQuotes(const String &in)
A function to remove quotes from a quoted string.
String tableGramRemoveEscapesQuotes(const String &in)
A function to remove escape characters and quotes.