|
Open-Transactions
0.93.0-ge03d287
|
#include "../core/stdafx.hpp"#include "OT_ME.hpp"#include "OTAPI.hpp"#include "OTMeCpp.hpp"#include "../core/util/OTDataFolder.hpp"#include "../core/OTLog.hpp"#include "../core/util/OTPaths.hpp"#include "../core/OTStorage.hpp"#include "../core/script/OTVariable.hpp"
Go to the source code of this file.
Namespaces | |
| opentxs | |
Typedefs | |
| typedef std::map< std::string, std::string > | opentxs::mapOfArguments |
Functions | |
| EXPORT int32_t | opentxs::OT_CLI_GetArgsCount (const std::string &str_Args) |
| EXPORT std::string | opentxs::OT_CLI_GetValueByKey (const std::string &str_Args, const std::string &str_key) |
| EXPORT std::string | opentxs::OT_CLI_GetValueByIndex (const std::string &str_Args, int32_t nIndex) |
| EXPORT std::string | opentxs::OT_CLI_GetKeyByIndex (const std::string &str_Args, int32_t nIndex) |
| EXPORT std::string | opentxs::OT_CLI_ReadLine () |
| EXPORT std::string | opentxs::OT_CLI_ReadUntilEOF () |
| bool | opentxs::NewScriptExists (const OTString &strScriptFilename, bool bIsHeader, OTString &out_ScriptFilepath) |