Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
opentxs::OTScript Member List

This is the complete list of members for opentxs::OTScript, including all inherited members.

AddAccount(std::string str_acct_name, OTPartyAccount &theAcct)opentxs::OTScript
AddParty(std::string str_party_name, OTParty &theParty)opentxs::OTScript
AddVariable(std::string str_var_name, OTVariable &theVar)opentxs::OTScript
ExecuteScript(OTVariable *pReturnVar=nullptr)opentxs::OTScriptvirtual
FindVariable(std::string str_var_name)opentxs::OTScript
m_mapAccountsopentxs::OTScriptprotected
m_mapPartiesopentxs::OTScriptprotected
m_mapVariablesopentxs::OTScriptprotected
m_str_display_filenameopentxs::OTScriptprotected
m_str_scriptopentxs::OTScriptprotected
OTScript()opentxs::OTScript
OTScript(const OTString &strValue)opentxs::OTScript
OTScript(const char *new_string)opentxs::OTScript
OTScript(const char *new_string, size_t sizeLength)opentxs::OTScript
OTScript(const std::string &new_string)opentxs::OTScript
RemoveVariable(OTVariable &theVar)opentxs::OTScript
SetDisplayFilename(std::string str_display_filename)opentxs::OTScriptinline
SetScript(const OTString &strValue)opentxs::OTScript
SetScript(const char *new_string)opentxs::OTScript
SetScript(const char *new_string, size_t sizeLength)opentxs::OTScript
SetScript(const std::string &new_string)opentxs::OTScript
~OTScript()opentxs::OTScriptvirtual