Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
Symbol Class Reference

#include <parser.h>

Public Types

enum  tokens {
  ERROR , EOSTAT , NUMBER , NAME ,
  STRING , OPERATOR , NTOKS
}
 

Public Member Functions

 Symbol (enum tokens t, const string &v)
 

Public Attributes

enum tokens toktype
 
string value
 

Member Enumeration Documentation

◆ tokens

Enumerator
ERROR 
EOSTAT 
NUMBER 
NAME 
STRING 
OPERATOR 
NTOKS 

Constructor & Destructor Documentation

◆ Symbol()

Symbol::Symbol ( enum tokens t,
const string & v )
inline

References toktype, and value.

Member Data Documentation

◆ toktype

enum tokens Symbol::toktype

◆ value


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