#include <OP_ExprFunc.h>
|
| OP_ExprFunc (CMD_Manager *cmd) |
|
| ~OP_ExprFunc () |
|
int | load (const char *filename, std::ostream *err=0, std::ostream *out=0) |
|
int | load (const char *filename, std::ostream *err, std::ostream *out, bool notify_new) |
|
int | load (UT_IStream &is, std::ostream *err=0, std::ostream *out=0) |
|
int | load (UT_IStream &is, std::ostream *err, std::ostream *out, bool notify_new) |
|
int | save (std::ostream &os) const |
|
int | entries () const |
|
EX_ExprFunc * | getFunction (int idx) |
|
void | ls (std::ostream &os) |
|
void | rm (const char *funcname, std::ostream *out=0) |
|
void | removeAllFunctions () |
|
void | edit (const char *funcname, std::ostream *err, int reedit=0) |
|
int | cat (std::ostream &os, const char *funcname) |
|
Definition at line 27 of file OP_ExprFunc.h.
OP_ExprFunc::~OP_ExprFunc |
( |
| ) |
|
int OP_ExprFunc::cat |
( |
std::ostream & |
os, |
|
|
const char * |
funcname |
|
) |
| |
void OP_ExprFunc::edit |
( |
const char * |
funcname, |
|
|
std::ostream * |
err, |
|
|
int |
reedit = 0 |
|
) |
| |
int OP_ExprFunc::entries |
( |
| ) |
const |
|
inline |
int OP_ExprFunc::load |
( |
const char * |
filename, |
|
|
std::ostream * |
err = 0 , |
|
|
std::ostream * |
out = 0 |
|
) |
| |
int OP_ExprFunc::load |
( |
const char * |
filename, |
|
|
std::ostream * |
err, |
|
|
std::ostream * |
out, |
|
|
bool |
notify_new |
|
) |
| |
int OP_ExprFunc::load |
( |
UT_IStream & |
is, |
|
|
std::ostream * |
err = 0 , |
|
|
std::ostream * |
out = 0 |
|
) |
| |
int OP_ExprFunc::load |
( |
UT_IStream & |
is, |
|
|
std::ostream * |
err, |
|
|
std::ostream * |
out, |
|
|
bool |
notify_new |
|
) |
| |
void OP_ExprFunc::ls |
( |
std::ostream & |
os | ) |
|
void OP_ExprFunc::removeAllFunctions |
( |
| ) |
|
void OP_ExprFunc::rm |
( |
const char * |
funcname, |
|
|
std::ostream * |
out = 0 |
|
) |
| |
int OP_ExprFunc::save |
( |
std::ostream & |
os | ) |
const |
The documentation for this class was generated from the following file: