fastdo  0.6.8
eienexpr::ExprPackage 成员列表

成员的完整列表,这些成员属于 eienexpr::ExprPackage,包括所有继承而来的类成员

addOpr(winux::String const &oprStr, bool isUnary, bool isRight, short level, ExprOperator::OperatorFunction oprFn)eienexpr::ExprPackage
delFunc(winux::String const &funcName)eienexpr::ExprPackage
delOpr(winux::String const &oprStr, bool isUnary, bool isRight)eienexpr::ExprPackage
Expression classeienexpr::ExprPackagefriend
ExprFunc classeienexpr::ExprPackagefriend
ExprPackage()eienexpr::ExprPackage
ExprParser classeienexpr::ExprPackagefriend
findFunc(winux::String const &funcName, ExprFunc::FuncFunction *fn) const eienexpr::ExprPackage
findOpr(ExprOperator *opr, winux::String const &oprStr, bool isUnary=false, bool isRight=false) const eienexpr::ExprPackage
getAllFuncs(std::vector< std::pair< winux::String, ExprFunc::FuncFunction > > *funcs) const eienexpr::ExprPackage
getAllOprs(ExprOperator *oprArr, int n) const eienexpr::ExprPackage
getOpr(winux::String const &oprStr, ExprOperator *oprArr, int n) const eienexpr::ExprPackage
modifyFunc(winux::String const &funcName, winux::String const &newFuncName, ExprFunc::FuncFunction newFn)eienexpr::ExprPackage
modifyOpr(int i, winux::String const &oprStr, bool isUnary, bool isRight, short level, ExprOperator::OperatorFunction oprFn)eienexpr::ExprPackage
oprPossibility(winux::String const &str) const eienexpr::ExprPackage
setFunc(winux::String const &funcName, ExprFunc::FuncFunction fn)eienexpr::ExprPackage