#include <OTScript.hpp>
Definition at line 174 of file OTScript.hpp.
| opentxs::OTScript::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::~OTScript |
( |
| ) |
|
|
virtual |
Definition at line 299 of file OTScript.cpp.
313 pVar->UnregisterScript();
mapOfVariables m_mapVariables
| void opentxs::OTScript::AddAccount |
( |
std::string |
str_acct_name, |
|
|
OTPartyAccount & |
theAcct |
|
) |
| |
Definition at line 363 of file OTScript.cpp.
366 std::pair<std::string, OTPartyAccount*>(str_acct_name, &theAcct));
mapOfPartyAccounts m_mapAccounts
| void opentxs::OTScript::AddParty |
( |
std::string |
str_party_name, |
|
|
OTParty & |
theParty |
|
) |
| |
Definition at line 350 of file OTScript.cpp.
355 std::pair<std::string, OTParty*>(str_party_name, &theParty));
360 theParty.RegisterAccountsForExecution(*
this);
mapOfParties m_mapParties
| void opentxs::OTScript::AddVariable |
( |
std::string |
str_var_name, |
|
|
OTVariable & |
theVar |
|
) |
| |
Definition at line 380 of file OTScript.cpp.
385 std::pair<std::string, OTVariable*>(str_var_name, &theVar));
mapOfVariables m_mapVariables
| bool opentxs::OTScript::ExecuteScript |
( |
OTVariable * |
pReturnVar = nullptr | ) |
|
|
virtual |
Definition at line 416 of file OTScript.cpp.
418 otErr <<
"OTScript::ExecuteScript: Scripting has been disabled.\n";
OTLOG_IMPORT OTLogStream otErr
| OTVariable * opentxs::OTScript::FindVariable |
( |
std::string |
str_var_name | ) |
|
| void opentxs::OTScript::RemoveVariable |
( |
OTVariable & |
theVar | ) |
|
Definition at line 405 of file OTScript.cpp.
407 const std::string str_var_name = theVar.GetName().Get();
mapOfVariables m_mapVariables
| void opentxs::OTScript::SetDisplayFilename |
( |
std::string |
str_display_filename | ) |
|
|
inline |
Definition at line 204 of file OTScript.hpp.
std::string m_str_display_filename
| void opentxs::OTScript::SetScript |
( |
const OTString & |
strValue | ) |
|
| void opentxs::OTScript::SetScript |
( |
const char * |
new_string | ) |
|
| void opentxs::OTScript::SetScript |
( |
const char * |
new_string, |
|
|
size_t |
sizeLength |
|
) |
| |
| void opentxs::OTScript::SetScript |
( |
const std::string & |
new_string | ) |
|
| std::string opentxs::OTScript::m_str_display_filename |
|
protected |
| std::string opentxs::OTScript::m_str_script |
|
protected |
The documentation for this class was generated from the following files: