Cloudy
Spectral Synthesis Code for Astrophysics
|
#include <parser.h>
Public Types | |
enum | Opts { BOOL, LONG, REAL, OPTION, STRING, INVALID } |
enum | Quoted { NOTQUOTED, QUOTED } |
Public Member Functions | |
Option (bool val) | |
Option (long val) | |
Option (double val) | |
Option (const string &val, enum Quoted q) | |
Public Attributes | |
enum Option::Opts | opttype |
union { | |
bool l | |
long i | |
double r | |
}; | |
string | s |
enum Option::Opts |
enum Option::Quoted |
|
inline |
union { ... } |
long Option::i |
Referenced by Option().
bool Option::l |
Referenced by Option().
enum Option::Opts Option::opttype |
Referenced by Option().
double Option::r |
Referenced by Option().
string Option::s |
Referenced by Option().