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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::Displayable:
Collaboration diagram for opentxs::OTDB::Displayable:

Public Member Functions

virtual ~Displayable ()
 
- Public Member Functions inherited from opentxs::OTDB::Storable
virtual ~Storable ()
 

Public Attributes

std::string gui_label
 

Protected Member Functions

 Displayable ()
 
- 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 1001 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::Displayable::Displayable ( )
inlineprotected

Definition at line 1007 of file OTStorage.hpp.

1008  : Storable()
1009  {
1010  m_Type = "Displayable";
1011  }
virtual opentxs::OTDB::Displayable::~Displayable ( )
inlinevirtual

Definition at line 1014 of file OTStorage.hpp.

1015  {
1016  }

Member Data Documentation

std::string opentxs::OTDB::Displayable::gui_label

Definition at line 1018 of file OTStorage.hpp.


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