#include <formula.h>
class FormulaElt gcu/formula.h Bas class for elements found in a formula.
Definition at line 103 of file formula.h.
§ FormulaElt()
gcu::FormulaElt::FormulaElt |
( |
| ) |
|
§ ~FormulaElt()
virtual gcu::FormulaElt::~FormulaElt |
( |
| ) |
|
|
virtual |
§ BuildRawFormula()
virtual void gcu::FormulaElt::BuildRawFormula |
( |
std::map< int, int > & |
raw | ) |
|
|
pure virtual |
§ GetValence()
virtual int gcu::FormulaElt::GetValence |
( |
| ) |
|
|
pure virtual |
§ Markup()
virtual std::string gcu::FormulaElt::Markup |
( |
| ) |
|
|
virtual |
§ Text()
virtual std::string gcu::FormulaElt::Text |
( |
| ) |
|
|
virtual |
§ end
unsigned gcu::FormulaElt::end |
The end index in bytes of the element in the formula input string.
Definition at line 144 of file formula.h.
§ start
unsigned gcu::FormulaElt::start |
The start index in bytes of the element in the formula input string.
Definition at line 140 of file formula.h.
§ stoich
int gcu::FormulaElt::stoich |
The stoichiometry coefficient associated with he element.
Definition at line 136 of file formula.h.
The documentation for this class was generated from the following file: