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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::BitcoinAcct:
Collaboration diagram for opentxs::OTDB::BitcoinAcct:

Public Member Functions

virtual ~BitcoinAcct ()
 
- Public Member Functions inherited from opentxs::OTDB::Acct
virtual ~Acct ()
 
- Public Member Functions inherited from opentxs::OTDB::Displayable
virtual ~Displayable ()
 
- Public Member Functions inherited from opentxs::OTDB::Storable
virtual ~Storable ()
 

Public Attributes

std::string bitcoin_acct_name
 
- Public Attributes inherited from opentxs::OTDB::Acct
std::string acct_id
 
std::string server_id
 
- Public Attributes inherited from opentxs::OTDB::Displayable
std::string gui_label
 

Protected Member Functions

 BitcoinAcct ()
 
- Protected Member Functions inherited from opentxs::OTDB::Acct
 Acct ()
 
- Protected Member Functions inherited from opentxs::OTDB::Displayable
 Displayable ()
 
- 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 1485 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::BitcoinAcct::BitcoinAcct ( )
inlineprotected

Definition at line 1491 of file OTStorage.hpp.

1492  : Acct()
1493  {
1494  m_Type = "BitcoinAcct";
1495  }
virtual opentxs::OTDB::BitcoinAcct::~BitcoinAcct ( )
inlinevirtual

Definition at line 1498 of file OTStorage.hpp.

1499  {
1500  }

Member Data Documentation

std::string opentxs::OTDB::BitcoinAcct::bitcoin_acct_name

Definition at line 1507 of file OTStorage.hpp.


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