Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OTRecordList.cpp File Reference
#include "../core/stdafx.hpp"
#include "OTRecordList.hpp"
#include "OpenTransactions.hpp"
#include "OT_ME.hpp"
#include "OTAPI.hpp"
#include "OTAPI_Exec.hpp"
#include "Helpers.hpp"
#include "OTWallet.hpp"
#include "../ext/OTPayment.hpp"
#include "../core/OTAccount.hpp"
#include "../core/OTAssetContract.hpp"
#include "../core/OTLedger.hpp"
#include "../core/OTLog.hpp"
#include "../core/OTMessage.hpp"
#include "../core/OTPseudonym.hpp"
#include <memory>
#include <algorithm>
Include dependency graph for OTRecordList.cpp:

Go to the source code of this file.

Namespaces

 opentxs
 

Macros

#define MC_UI_TEXT_TO   "To: %s"
 
#define MC_UI_TEXT_FROM   "From: %s"
 

Typedefs

typedef std::map< int32_t,
OTPayment * > 
opentxs::mapOfPayments
 

Functions

EXPORT bool opentxs::OT_API_Set_AddrBookCallback (OTLookupCaller &theCaller)
 
bool opentxs::compare_records (shared_ptr_OTRecord i, shared_ptr_OTRecord j)
 

Macro Definition Documentation

#define MC_UI_TEXT_FROM   "From: %s"

Definition at line 185 of file OTRecordList.cpp.

#define MC_UI_TEXT_TO   "To: %s"

Definition at line 184 of file OTRecordList.cpp.