Zen
A cross-platform functional programming language

CmdLine::Command Member List

This is the complete list of members for CmdLine::Command, including all inherited members.
_descCmdLine::Command
_keyCmdLine::Command
_listCmdLine::Command
_mapCmdLine::Command
_optListCmdLine::Command
_posArgCmdLine::Command
_valueCmdLine::Command
addOptionCall(const z::string &sname, const z::string &lname, const z::string &desc, ObjT &(ObjT::*fn)(const T &val), ObjT &obj)CmdLine::Command [inline]
addOptionVar(const z::string &sname, const z::string &lname, const z::string &desc, T &val)CmdLine::Command [inline]
addParameterListCall(const z::string &desc, ObjT &(ObjT::*fn)(const z::string &val), ObjT &obj)CmdLine::Command [inline]
addParameterListVar(const z::string &desc, z::stringlist &list)CmdLine::Command [inline]
addParameterVar(const z::string &desc, T &val)CmdLine::Command [inline]
Command()CmdLine::Command [inline]
createCall(const z::string &sname, const z::string &lname, const z::string &desc, ObjT &(ObjT::*fn)(const T &val), ObjT &obj)CmdLine::Command [inline, private]
createVar(const z::string &sname, const z::string &lname, const z::string &desc, T &val)CmdLine::Command [inline, private]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines