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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::AddressBook:
Collaboration diagram for opentxs::OTDB::AddressBook:

Public Member Functions

virtual ~AddressBook ()
 
 DECLARE_GET_ADD_REMOVE (Contact)
 
- Public Member Functions inherited from opentxs::OTDB::Storable
virtual ~Storable ()
 

Protected Member Functions

 AddressBook ()
 
- 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 1780 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::AddressBook::AddressBook ( )
inlineprotected

Definition at line 1786 of file OTStorage.hpp.

1787  : Storable()
1788  {
1789  m_Type = "AddressBook";
1790  }
opentxs::OTDB::AddressBook::~AddressBook ( )
virtual

Definition at line 1118 of file OTStorage.cpp.

1119 {
1120  // while (GetContactCount() > 0)
1121  // RemoveContact(0);
1122 }

Member Function Documentation

opentxs::OTDB::AddressBook::DECLARE_GET_ADD_REMOVE ( Contact  )

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