FreePOOMA
2.4.1
|
#include <OperatorDescriptor.h>
Public Member Functions | |
OperatorDescriptor () | |
OperatorDescriptor (const string &tag, const string &func, const string &expr, const string &arg="") | |
OperatorDescriptor (const OperatorDescriptor &model) | |
~OperatorDescriptor () | |
OperatorDescriptor & | operator= (const OperatorDescriptor &rhs) |
const string | tag (bool full=true) const |
const string & | function () const |
const string & | expression () const |
const string & | argDef () const |
bool | templateArgs () const |
OperatorDescriptor::OperatorDescriptor | ( | ) | [inline] |
OperatorDescriptor::OperatorDescriptor | ( | const string & | tag, |
const string & | func, | ||
const string & | expr, | ||
const string & | arg = "" |
||
) | [inline] |
References DescriptorBase< 4 >::addData(), and arg().
OperatorDescriptor::OperatorDescriptor | ( | const OperatorDescriptor & | model | ) | [inline] |
OperatorDescriptor::~OperatorDescriptor | ( | ) | [inline] |
OperatorDescriptor& OperatorDescriptor::operator= | ( | const OperatorDescriptor & | rhs | ) | [inline] |
const string OperatorDescriptor::tag | ( | bool | full = true | ) | const [inline] |
const string& OperatorDescriptor::function | ( | ) | const [inline] |
const string& OperatorDescriptor::expression | ( | ) | const [inline] |
References DescriptorBase< 4 >::str().
Referenced by operator<<().
const string& OperatorDescriptor::argDef | ( | ) | const [inline] |
References DescriptorBase< 4 >::str().
Referenced by operator<<(), UnaryFunction::print(), and templateArgs().
bool OperatorDescriptor::templateArgs | ( | ) | const [inline] |
References argDef().