A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
YYSTYPE Union Reference

#include <Lexer.h>

+ Collaboration diagram for YYSTYPE:

Public Attributes

char * myChar
 
struct AtomicComputationListmyAtomicComputationList
 
struct AtomicComputationmyAtomicComputation
 
struct TupleSpecmyTupleSpec
 
struct AttListmyAttList
 

Detailed Description

Definition at line 43 of file Lexer.h.

Member Data Documentation

struct AtomicComputation* YYSTYPE::myAtomicComputation

Definition at line 50 of file Lexer.h.

struct AtomicComputationList* YYSTYPE::myAtomicComputationList

Definition at line 49 of file Lexer.h.

struct AttList* YYSTYPE::myAttList

Definition at line 52 of file Lexer.h.

char* YYSTYPE::myChar

Definition at line 48 of file Lexer.h.

struct TupleSpec* YYSTYPE::myTupleSpec

Definition at line 51 of file Lexer.h.


The documentation for this union was generated from the following file: