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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::OfferListMarket:
Collaboration diagram for opentxs::OTDB::OfferListMarket:

Public Member Functions

virtual ~OfferListMarket ()
 
 DECLARE_GET_ADD_REMOVE (BidData)
 
 DECLARE_GET_ADD_REMOVE (AskData)
 
- Public Member Functions inherited from opentxs::OTDB::Storable
virtual ~Storable ()
 

Protected Member Functions

 OfferListMarket ()
 
- 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 1219 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::OfferListMarket::OfferListMarket ( )
inlineprotected

Definition at line 1225 of file OTStorage.hpp.

1226  : Storable()
1227  {
1228  m_Type = "OfferListMarket";
1229  }
virtual opentxs::OTDB::OfferListMarket::~OfferListMarket ( )
inlinevirtual

Definition at line 1232 of file OTStorage.hpp.

1233  {
1234  }

Member Function Documentation

opentxs::OTDB::OfferListMarket::DECLARE_GET_ADD_REMOVE ( BidData  )
opentxs::OTDB::OfferListMarket::DECLARE_GET_ADD_REMOVE ( AskData  )

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