Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
opentxs::OTDB::WalletData Class Reference

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::WalletData:
Collaboration diagram for opentxs::OTDB::WalletData:

Public Member Functions

virtual ~WalletData ()
 
 DECLARE_GET_ADD_REMOVE (BitcoinServer)
 
 DECLARE_GET_ADD_REMOVE (BitcoinAcct)
 
 DECLARE_GET_ADD_REMOVE (RippleServer)
 
 DECLARE_GET_ADD_REMOVE (LoomServer)
 
- Public Member Functions inherited from opentxs::OTDB::Storable
virtual ~Storable ()
 

Protected Member Functions

 WalletData ()
 
- Protected Member Functions inherited from opentxs::OTDB::Storable
 Storable ()
 

Additional Inherited Members

- Static Public Member Functions inherited from opentxs::OTDB::Storable
static EXPORT StorableCreate (StoredObjectType eType, PackType thePackType)
 
- Protected Attributes inherited from opentxs::OTDB::Storable
std::string m_Type
 

Detailed Description

Definition at line 1691 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::WalletData::WalletData ( )
inlineprotected

Definition at line 1697 of file OTStorage.hpp.

1698  : Storable()
1699  {
1700  m_Type = "WalletData";
1701  }
virtual opentxs::OTDB::WalletData::~WalletData ( )
inlinevirtual

Definition at line 1704 of file OTStorage.hpp.

1705  {
1706  std::cout << "WalletData destructor" << std::endl;
1707  }

Member Function Documentation

opentxs::OTDB::WalletData::DECLARE_GET_ADD_REMOVE ( BitcoinServer  )
opentxs::OTDB::WalletData::DECLARE_GET_ADD_REMOVE ( BitcoinAcct  )
opentxs::OTDB::WalletData::DECLARE_GET_ADD_REMOVE ( RippleServer  )
opentxs::OTDB::WalletData::DECLARE_GET_ADD_REMOVE ( LoomServer  )

The documentation for this class was generated from the following file: