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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::Acct:
Collaboration diagram for opentxs::OTDB::Acct:

Public Member Functions

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 acct_id
 
std::string server_id
 
- Public Attributes inherited from opentxs::OTDB::Displayable
std::string gui_label
 

Protected Member Functions

 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 1460 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::Acct::Acct ( )
inlineprotected

Definition at line 1466 of file OTStorage.hpp.

1467  : Displayable()
1468  {
1469  m_Type = "Acct";
1470  }
virtual opentxs::OTDB::Acct::~Acct ( )
inlinevirtual

Definition at line 1473 of file OTStorage.hpp.

1474  {
1475  }

Member Data Documentation

std::string opentxs::OTDB::Acct::acct_id

Definition at line 1479 of file OTStorage.hpp.

std::string opentxs::OTDB::Acct::server_id

Definition at line 1480 of file OTStorage.hpp.


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