Design Patterns
structural::decorator::StreamInterface Class Referenceabstract

#include <stream_interface.h>

Inheritance diagram for structural::decorator::StreamInterface:
Collaboration diagram for structural::decorator::StreamInterface:

Public Member Functions

virtual ~StreamInterface ()
 
virtual void PutInt (int)=0
 
virtual void PutString (const std::string &)=0
 

Constructor & Destructor Documentation

virtual structural::decorator::StreamInterface::~StreamInterface ( )
inlinevirtual

Member Function Documentation

virtual void structural::decorator::StreamInterface::PutInt ( int  )
pure virtual

Implemented in structural::decorator::FileStream, structural::decorator::ASCII7Stream, structural::decorator::CompressingStream, and structural::decorator::StreamDecorator.

Here is the caller graph for this function:

virtual void structural::decorator::StreamInterface::PutString ( const std::string &  )
pure virtual

Implemented in structural::decorator::FileStream, structural::decorator::ASCII7Stream, structural::decorator::CompressingStream, and structural::decorator::StreamDecorator.

Here is the caller graph for this function:


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