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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::TradeListNym:
Collaboration diagram for opentxs::OTDB::TradeListNym:

Public Member Functions

virtual ~TradeListNym ()
 
 DECLARE_GET_ADD_REMOVE (TradeDataNym)
 
- Public Member Functions inherited from opentxs::OTDB::Storable
virtual ~Storable ()
 

Protected Member Functions

 TradeListNym ()
 
- 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 1436 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::TradeListNym::TradeListNym ( )
inlineprotected

Definition at line 1442 of file OTStorage.hpp.

1443  : Storable()
1444  {
1445  m_Type = "TradeListNym";
1446  }
virtual opentxs::OTDB::TradeListNym::~TradeListNym ( )
inlinevirtual

Definition at line 1449 of file OTStorage.hpp.

1450  {
1451  }

Member Function Documentation

opentxs::OTDB::TradeListNym::DECLARE_GET_ADD_REMOVE ( TradeDataNym  )

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