#include <OP_ExprFunc.h>
Public Member Functions | |
| OP_ExprFunc (CMD_Manager *cmd) | |
| ~OP_ExprFunc () | |
| int | load (const char *filename, ostream *err=0, ostream *out=0) |
| int | load (UT_IStream &is, ostream *err=0, ostream *out=0) |
| int | save (ostream &os) const |
| int | entries () const |
| EX_ExprFunc * | getFunction (int idx) |
| void | ls (ostream &os) |
| void | rm (const char *funcname, ostream *out=0) |
| void | removeAllFunctions () |
| void | edit (const char *funcname, ostream *err, int reedit=0) |
| int | cat (ostream &os, const char *funcname) |
Definition at line 33 of file OP_ExprFunc.h.
| OP_ExprFunc::OP_ExprFunc | ( | CMD_Manager * | cmd | ) |
| OP_ExprFunc::~OP_ExprFunc | ( | ) |
| int OP_ExprFunc::cat | ( | ostream & | os, | |
| const char * | funcname | |||
| ) |
| void OP_ExprFunc::edit | ( | const char * | funcname, | |
| ostream * | err, | |||
| int | reedit = 0 | |||
| ) |
| int OP_ExprFunc::entries | ( | void | ) | const [inline] |
Definition at line 42 of file OP_ExprFunc.h.
| EX_ExprFunc* OP_ExprFunc::getFunction | ( | int | idx | ) | [inline] |
Definition at line 43 of file OP_ExprFunc.h.
| int OP_ExprFunc::load | ( | UT_IStream & | is, | |
| ostream * | err = 0, |
|||
| ostream * | out = 0 | |||
| ) |
| int OP_ExprFunc::load | ( | const char * | filename, | |
| ostream * | err = 0, |
|||
| ostream * | out = 0 | |||
| ) |
| void OP_ExprFunc::ls | ( | ostream & | os | ) |
| void OP_ExprFunc::removeAllFunctions | ( | ) |
| void OP_ExprFunc::rm | ( | const char * | funcname, | |
| ostream * | out = 0 | |||
| ) |
| int OP_ExprFunc::save | ( | ostream & | os | ) | const |
1.5.9