#include <jdxtypes.h>

Public Member Functions | |
| JDXformula () | |
| JDXformula (const STD_string &formula, const STD_string &name="", bool userParameter=true, compatMode mode=notBroken, parameterMode parameter_mode=edit) | |
| JDXformula (const JDXformula &jf) | |
| JDXformula & | operator= (const STD_string &formula) |
| JDXformula & | operator= (const JDXformula &jf) |
| JDXformula & | set_syntax (const STD_string &syn) |
| STD_string | get_syntax () const |
| const char * | get_typeInfo () const |
| JcampDxClass * | create_copy () const |
Definition at line 537 of file jdxtypes.h.
| JDXformula::JDXformula | ( | ) | [inline] |
Default constructor
Definition at line 544 of file jdxtypes.h.
| JDXformula::JDXformula | ( | const STD_string & | formula, | |
| const STD_string & | name = "", |
|||
| bool | userParameter = true, |
|||
| compatMode | mode = notBroken, |
|||
| parameterMode | parameter_mode = edit | |||
| ) |
Constructor with the following arguments:
| JDXformula::JDXformula | ( | const JDXformula & | jf | ) | [inline] |
Copy constructor
Definition at line 561 of file jdxtypes.h.
| JDXformula& JDXformula::operator= | ( | const STD_string & | formula | ) | [inline] |
Assignment from a formula string
Reimplemented from JDXstring.
Definition at line 566 of file jdxtypes.h.
| JDXformula& JDXformula::operator= | ( | const JDXformula & | jf | ) |
Copy assignment
| JDXformula& JDXformula::set_syntax | ( | const STD_string & | syn | ) | [inline] |
Sets a string describing the formulas syntax
Definition at line 576 of file jdxtypes.h.
| STD_string JDXformula::get_syntax | ( | ) | const [inline] |
Returns a string describing the formulas syntax
Definition at line 581 of file jdxtypes.h.
| const char* JDXformula::get_typeInfo | ( | ) | const [inline, virtual] |
Returns a string describing the type of the parameter
Reimplemented from JDXstring.
Definition at line 584 of file jdxtypes.h.
| JcampDxClass* JDXformula::create_copy | ( | ) | const [inline, virtual] |
Returns a deep copy of the parameter
Reimplemented from JDXstring.
Definition at line 585 of file jdxtypes.h.
1.5.6