Public Member Functions

ibrcommon::BLOB::iostream Class Reference

#include <BLOB.h>

Collaboration diagram for ibrcommon::BLOB::iostream:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 iostream (BLOB *blob)
virtual ~iostream ()
std::iostream * operator-> ()
std::iostream & operator* ()
size_t size ()
void clear ()

Detailed Description

Definition at line 65 of file BLOB.h.


Constructor & Destructor Documentation

ibrcommon::BLOB::iostream::iostream ( BLOB blob  )  [inline]

Definition at line 73 of file BLOB.h.

References ibrcommon::BLOB::open().

Here is the call graph for this function:

virtual ibrcommon::BLOB::iostream::~iostream (  )  [inline, virtual]

Definition at line 79 of file BLOB.h.

References ibrcommon::BLOB::close().

Here is the call graph for this function:


Member Function Documentation

void ibrcommon::BLOB::iostream::clear (  )  [inline]

Definition at line 92 of file BLOB.h.

References ibrcommon::BLOB::clear().

Referenced by dtn::data::PayloadBlock::deserialize(), and dtn::data::ExtensionBlock::deserialize().

Here is the call graph for this function:

std::iostream& ibrcommon::BLOB::iostream::operator* (  )  [inline]

Definition at line 85 of file BLOB.h.

References ibrcommon::BLOB::__get_stream().

Here is the call graph for this function:

std::iostream* ibrcommon::BLOB::iostream::operator-> (  )  [inline]

Definition at line 84 of file BLOB.h.

References ibrcommon::BLOB::__get_stream().

Here is the call graph for this function:

size_t ibrcommon::BLOB::iostream::size (  )  [inline]

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