|
Open-Transactions
0.93.0-ge03d287
|
#include "ot_otapi_ot.hpp"#include "ot_utility_ot.hpp"#include "../core/script/OTVariable.hpp"#include "../core/OTLog.hpp"
Go to the source code of this file.
Variables | |
| string | Args |
| string | HisAcct |
| string | HisNym |
| string | HisPurse |
| string | MyAcct |
| string | MyNym |
| string | MyPurse |
| string | Server |
| OT_OTAPI_OT MapOfMaps* convert_offerlist_to_maps | ( | OTDB::OfferListNym & | offerList | ) |
Definition at line 1385 of file ot_otapi_ot.cpp.
| OT_OTAPI_OT int32_t find_strange_offers | ( | const OTDB::OfferDataNym & | offer_data, |
| const int32_t | , | ||
| const MapOfMaps & | , | ||
| const SubMap & | , | ||
| the_lambda_struct & | extra_vals | ||
| ) |
Definition at line 1537 of file ot_otapi_ot.cpp.
| string GetVariable | ( | const char * | name | ) |
Definition at line 161 of file ot_otapi_ot.cpp.
| OT_OTAPI_OT int32_t iterate_nymoffers_maps | ( | MapOfMaps & | map_of_maps, |
| LambdaFunc | the_lambda | ||
| ) |
Definition at line 1720 of file ot_otapi_ot.cpp.
| OT_OTAPI_OT int32_t iterate_nymoffers_maps | ( | MapOfMaps & | map_of_maps, |
| LambdaFunc | the_lambda, | ||
| the_lambda_struct & | extra_vals | ||
| ) |
Definition at line 1733 of file ot_otapi_ot.cpp.
| OT_OTAPI_OT int32_t iterate_nymoffers_sub_map | ( | const MapOfMaps & | map_of_maps, |
| SubMap & | sub_map, | ||
| LambdaFunc | the_lambda | ||
| ) |
Definition at line 1642 of file ot_otapi_ot.cpp.
| OT_OTAPI_OT int32_t iterate_nymoffers_sub_map | ( | const MapOfMaps & | map_of_maps, |
| SubMap & | sub_map, | ||
| LambdaFunc | the_lambda, | ||
| the_lambda_struct & | extra_vals | ||
| ) |
Definition at line 1656 of file ot_otapi_ot.cpp.
| OT_OTAPI_OT OTDB::OfferListNym* loadNymOffers | ( | const string & | serverID, |
| const string & | nymID | ||
| ) |
Definition at line 1354 of file ot_otapi_ot.cpp.
| OT_OTAPI_OT int32_t output_nymoffer_data | ( | const OTDB::OfferDataNym & | offer_data, |
| int32_t | nIndex, | ||
| const MapOfMaps & | , | ||
| const SubMap & | , | ||
| the_lambda_struct & | |||
| ) |
Definition at line 1477 of file ot_otapi_ot.cpp.
| string Args |
Definition at line 141 of file ot_otapi_ot.cpp.
| string HisAcct |
Definition at line 142 of file ot_otapi_ot.cpp.
| string HisNym |
Definition at line 143 of file ot_otapi_ot.cpp.
| string HisPurse |
Definition at line 144 of file ot_otapi_ot.cpp.
| string MyAcct |
Definition at line 145 of file ot_otapi_ot.cpp.
| string MyNym |
Definition at line 146 of file ot_otapi_ot.cpp.
| string MyPurse |
Definition at line 147 of file ot_otapi_ot.cpp.
| string Server |
Definition at line 148 of file ot_otapi_ot.cpp.