_symrec< data_type > Class Template Reference

#include <StatParser.h>

List of all members.

Public Attributes

int type
int src
char * name
union {
   int   iptr
   int   ivalue
   double   dvalue
   void *   ptr
vdata
int npoints
data_type * pdata
class _symrec< data_type > * prev
class _symrec< data_type > * next
class _symrec< data_type > * ref

template<class data_type>
class _symrec< data_type >


Member Data Documentation

template<class data_type>
double _symrec< data_type >::dvalue

Referenced by while().

template<class data_type>
int _symrec< data_type >::iptr

Referenced by yyparse().

template<class data_type>
int _symrec< data_type >::ivalue

Referenced by while().

template<class data_type>
char* _symrec< data_type >::name
template<class data_type>
class _symrec< data_type > * _symrec< data_type >::next
template<class data_type>
int _symrec< data_type >::npoints
template<class data_type>
data_type* _symrec< data_type >::pdata
template<class data_type>
class _symrec< data_type >* _symrec< data_type >::prev
template<class data_type>
void* _symrec< data_type >::ptr
template<class data_type>
class _symrec< data_type > * _symrec< data_type >::ref

Referenced by yyparse().

template<class data_type>
int _symrec< data_type >::src
template<class data_type>
int _symrec< data_type >::type

Referenced by while().

union { ... } _symrec< data_type >::vdata

Referenced by while(), and yyparse().


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