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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::MarketList:
Collaboration diagram for opentxs::OTDB::MarketList:

Public Member Functions

virtual ~MarketList ()
 
 DECLARE_GET_ADD_REMOVE (MarketData)
 
- Public Member Functions inherited from opentxs::OTDB::Storable
virtual ~Storable ()
 

Protected Member Functions

 MarketList ()
 
- 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 1094 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::MarketList::MarketList ( )
inlineprotected

Definition at line 1100 of file OTStorage.hpp.

1101  : Storable()
1102  {
1103  m_Type = "MarketList";
1104  }
virtual opentxs::OTDB::MarketList::~MarketList ( )
inlinevirtual

Definition at line 1107 of file OTStorage.hpp.

1108  {
1109  }

Member Function Documentation

opentxs::OTDB::MarketList::DECLARE_GET_ADD_REMOVE ( MarketData  )

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