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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::OTDBString:
Collaboration diagram for opentxs::OTDB::OTDBString:

Public Member Functions

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

Public Attributes

std::string m_string
 

Protected Member Functions

 OTDBString ()
 
 OTDBString (const std::string &rhs)
 
- 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 910 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::OTDBString::OTDBString ( )
inlineprotected

Definition at line 916 of file OTStorage.hpp.

917  : Storable()
918  {
919  m_Type = "OTDBString";
920  }
opentxs::OTDB::OTDBString::OTDBString ( const std::string &  rhs)
inlineprotected

Definition at line 921 of file OTStorage.hpp.

922  : Storable()
923  , m_string(rhs)
924  {
925  m_Type = "OTDBString";
926  } // This is an abstract base class...so will this call ever actually
virtual opentxs::OTDB::OTDBString::~OTDBString ( )
inlinevirtual

Definition at line 930 of file OTStorage.hpp.

931  {
932  }

Member Data Documentation

std::string opentxs::OTDB::OTDBString::m_string

Definition at line 934 of file OTStorage.hpp.


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