Public Member Functions | Static Public Member Functions | Protected Member Functions

ibrcommon::StringBLOB Class Reference

#include <BLOB.h>

Inherits ibrcommon::BLOB.

Collaboration diagram for ibrcommon::StringBLOB:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~StringBLOB ()
virtual void clear ()
virtual void open ()
virtual void close ()

Static Public Member Functions

static BLOB::Reference create ()

Protected Member Functions

std::iostream & __get_stream ()

Detailed Description

A StringBLOB contains a small amount of data, is based on a stringstream object and hence it is always held in memory.

Definition at line 132 of file BLOB.h.


Constructor & Destructor Documentation

ibrcommon::StringBLOB::~StringBLOB (  )  [virtual]

Definition at line 152 of file BLOB.cpp.


Member Function Documentation

std::iostream& ibrcommon::StringBLOB::__get_stream (  )  [inline, protected, virtual]

Implements ibrcommon::BLOB.

Definition at line 144 of file BLOB.h.

void ibrcommon::StringBLOB::clear (  )  [virtual]

This method deletes the content of the payload. The size will be zero after calling.

Implements ibrcommon::BLOB.

Definition at line 141 of file BLOB.cpp.

void ibrcommon::StringBLOB::close (  )  [virtual]

Implements ibrcommon::BLOB.

Definition at line 164 of file BLOB.cpp.

BLOB::Reference ibrcommon::StringBLOB::create (  )  [static]

Definition at line 135 of file BLOB.cpp.

Referenced by main().

void ibrcommon::StringBLOB::open (  )  [virtual]

Implements ibrcommon::BLOB.

Definition at line 156 of file BLOB.cpp.


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