ODIN
|
#include <ldrtypes.h>
Public Member Functions | |
LDRformula () | |
LDRformula (const STD_string &formula, const STD_string &name="") | |
LDRformula (const LDRformula &jf) | |
LDRformula & | operator= (const STD_string &formula) |
LDRformula & | operator= (const LDRformula &jf) |
LDRformula & | set_syntax (const STD_string &syn) |
STD_string | get_syntax () const |
STD_string | get_typeInfo (bool parx_equivtype=false) const |
LDRbase * | create_copy () const |
Public Member Functions inherited from LDRstring | |
LDRstring () | |
LDRstring (const STD_string &ss, const STD_string &name="") | |
LDRstring (int i, const char c=' ') | |
LDRstring (const char *charptr) | |
LDRstring (const LDRstring &str) | |
LDRstring & | operator= (const STD_string &ss) |
LDRstring & | operator= (const char *charptr) |
LDRstring & | operator= (const LDRstring &ss) |
bool | parsevalstring (const STD_string &parstring, const LDRserBase *ser=0) |
STD_string | printvalstring (const LDRserBase *ser=0) const |
STD_string | get_parx_code (parxCodeType type) const |
Public Member Functions inherited from LDRbase | |
virtual STD_string | print (const LDRserBase &serializer=LDRserJDX()) const |
virtual STD_ostream & | print2stream (STD_ostream &os, const LDRserBase &serializer) const |
virtual int | write (const STD_string &filename, const LDRserBase &serializer=LDRserJDX()) const |
virtual bool | parse (STD_string &parstring, const LDRserBase &serializer=LDRserJDX()) |
virtual int | load (const STD_string &filename, const LDRserBase &serializer=LDRserJDX()) |
virtual double | get_minval () const |
virtual double | get_maxval () const |
bool | has_minmax () const |
const STD_string & | get_description () const |
LDRbase & | set_description (const STD_string &descr) |
virtual svector | get_alternatives () const |
const STD_string & | get_unit () const |
LDRbase & | set_unit (const STD_string &un) |
virtual parameterMode | get_parmode () const |
virtual LDRbase & | set_parmode (parameterMode parameter_mode) |
virtual fileMode | get_filemode () const |
virtual LDRbase & | set_filemode (fileMode file_mode) |
virtual GuiProps | get_gui_props () const |
virtual LDRbase & | set_gui_props (const GuiProps &) |
JcampDxProps | get_jdx_props () const |
LDRbase & | set_jdx_props (const JcampDxProps &jp) |
Public Member Functions inherited from Labeled | |
Labeled (const STD_string &label="unnamed") | |
Labeled & | set_label (const STD_string &label) |
const STD_string & | get_label () const |
Labeled & | operator= (const Labeled &l) |
Labeled Data Record (LDR) class for representing mathematic formulas
Definition at line 499 of file ldrtypes.h.
|
inline |
Default constructor
Definition at line 506 of file ldrtypes.h.
LDRformula::LDRformula | ( | const STD_string & | formula, |
const STD_string & | name = "" |
||
) |
Constructor with the following arguments:
|
inline |
Copy constructor
Definition at line 518 of file ldrtypes.h.
|
inlinevirtual |
Returns a deep copy of the parameter
Reimplemented from LDRstring.
Definition at line 542 of file ldrtypes.h.
|
inline |
Returns a string describing the formulas syntax
Definition at line 538 of file ldrtypes.h.
|
inlinevirtual |
Returns a string describing the type of the parameter. If 'parx_equivtype' is 'true', returns the equivalent PARX parameter type
Reimplemented from LDRstring.
Definition at line 541 of file ldrtypes.h.
LDRformula& LDRformula::operator= | ( | const LDRformula & | jf | ) |
Copy assignment
|
inline |
Assignment from a formula string
Definition at line 523 of file ldrtypes.h.
|
inline |
Sets a string describing the formulas syntax
Definition at line 533 of file ldrtypes.h.