org::xmlBlaster::util::queue::BlobHolder Struct Reference

Holds arbitrary raw data and its length. More...

List of all members.

Public Attributes

size_t dataLen
char * data


Detailed Description

Holds arbitrary raw data and its length.

Definition at line 45 of file MsgQueueEntry.h.


Member Data Documentation

size_t org::xmlBlaster::util::queue::BlobHolder::dataLen

Definition at line 46 of file MsgQueueEntry.h.

Referenced by org::xmlBlaster::util::queue::MsgQueueEntry::getEmbeddedObject(), org::xmlBlaster::util::queue::ConnectQueueEntry::getEmbeddedObject(), org::xmlBlaster::util::queue::SQLiteQueuePlugin::put(), org::xmlBlaster::util::queue::ConnectQueueEntry::~ConnectQueueEntry(), and org::xmlBlaster::util::queue::MsgQueueEntry::~MsgQueueEntry().

char* org::xmlBlaster::util::queue::BlobHolder::data

Definition at line 47 of file MsgQueueEntry.h.

Referenced by org::xmlBlaster::util::queue::MsgQueueEntry::getEmbeddedObject(), org::xmlBlaster::util::queue::ConnectQueueEntry::getEmbeddedObject(), org::xmlBlaster::util::queue::SQLiteQueuePlugin::put(), org::xmlBlaster::util::queue::ConnectQueueEntry::~ConnectQueueEntry(), and org::xmlBlaster::util::queue::MsgQueueEntry::~MsgQueueEntry().


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