HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OP_ExprFunc Class Reference

#include <OP_ExprFunc.h>

Public Member Functions

 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_ExprFuncgetFunction (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)
 

Detailed Description

Definition at line 27 of file OP_ExprFunc.h.

Constructor & Destructor Documentation

OP_ExprFunc::OP_ExprFunc ( CMD_Manager cmd)
OP_ExprFunc::~OP_ExprFunc ( )

Member Function Documentation

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

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 ( 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: