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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::Blob:
Collaboration diagram for opentxs::OTDB::Blob:

Public Member Functions

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

Public Attributes

std::vector< uint8_t > m_memBuffer
 

Protected Member Functions

 Blob ()
 
- 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 939 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::Blob::Blob ( )
inlineprotected

Definition at line 945 of file OTStorage.hpp.

946  : Storable()
947  {
948  m_Type = "Blob";
949  }
virtual opentxs::OTDB::Blob::~Blob ( )
inlinevirtual

Definition at line 952 of file OTStorage.hpp.

953  {
954  }

Member Data Documentation

std::vector<uint8_t> opentxs::OTDB::Blob::m_memBuffer

Definition at line 956 of file OTStorage.hpp.


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