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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::OfferListNym:
Collaboration diagram for opentxs::OTDB::OfferListNym:

Public Member Functions

virtual ~OfferListNym ()
 
 DECLARE_GET_ADD_REMOVE (OfferDataNym)
 
- Public Member Functions inherited from opentxs::OTDB::Storable
virtual ~Storable ()
 

Protected Member Functions

 OfferListNym ()
 
- 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 1367 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::OfferListNym::OfferListNym ( )
inlineprotected

Definition at line 1373 of file OTStorage.hpp.

1374  : Storable()
1375  {
1376  m_Type = "OfferListNym";
1377  }
virtual opentxs::OTDB::OfferListNym::~OfferListNym ( )
inlinevirtual

Definition at line 1380 of file OTStorage.hpp.

1381  {
1382  }

Member Function Documentation

opentxs::OTDB::OfferListNym::DECLARE_GET_ADD_REMOVE ( OfferDataNym  )

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