rasdaman complete source
|
#include <parse.hh>
Public Member Functions | |
Parse_type () | |
virtual | ~Parse_type () |
Parse_type (char *) | |
virtual const CType * | getType (const char *typeName=NULL) const |
![]() | |
Parse_atom () | |
virtual | ~Parse_atom () |
virtual void | output (FILE *) const =0 |
virtual void | insertData () const throw ( r_Equery_execution_failed ) |
void | setParseInfo (const Parse_info &token) |
const Parse_info & | getParseInfo () |
Public Attributes | |
bool | forward |
this type is defined as forward {should be moved into YSymbol} More... | |
![]() | |
Kind | kind |
const char * | name |
YSymbol * | symbol |
Parse_info | parseInfo |
definition of corresponding token More... | |
Additional Inherited Members | |
![]() | |
enum | Kind { Atom, Type, Typedefinition, Typereference, Composite, Struct, Union, Interface, Function, Operation, Pointer, Array, Alias, Enum, Atomic, Any, Void, Boolean, Float, Integer, Char, Octet, Complex1, Complex2, String, Atomic_template, Domain, Set, MDD } |
Virtual base class for all types.
Parse_type::Parse_type | ( | ) |
|
virtual |
Parse_type::Parse_type | ( | char * | ) |
|
virtual |
Reimplemented in Parse_MDD, Parse_set, Parse_boolean, Parse_char, Parse_complex2, Parse_complex1, Parse_octet, Parse_int, Parse_float, Parse_struct, and Parse_typereference.