Scale Stack 0.3 Developer Documentation

scalestack::echo::flood::stream_service Class Reference

#include <stream_service.h>

Inheritance diagram for scalestack::echo::flood::stream_service:
scalestack::network::stream_service scalestack::kernel::service

Public Member Functions

 stream_service (kernel::module &module)
network::streamadd_stream (void)
void remove_stream (void)

Static Public Member Functions

static void options (kernel::module &module)

Private Member Functions

 stream_service (const stream_service &)
stream_serviceoperator= (const stream_service &)

Private Attributes

size_t _count
threading::mutex _mutex

Detailed Description

Definition at line 38 of file stream_service.h.


Constructor & Destructor Documentation

scalestack::echo::flood::stream_service::stream_service ( kernel::module module  ) 

Reimplemented from scalestack::network::stream_service.

Definition at line 60 of file stream_service.cc.

scalestack::echo::flood::stream_service::stream_service ( const stream_service  )  [private]

Don't allow copying of objects.


Member Function Documentation

void scalestack::echo::flood::stream_service::options ( kernel::module module  )  [static]

Add common options for the stream service.

Definition at line 43 of file stream_service.cc.

network::stream * scalestack::echo::flood::stream_service::add_stream ( void   )  [virtual]
void scalestack::echo::flood::stream_service::remove_stream ( void   ) 

Notify the stream service that a stream has been removed.

Definition at line 72 of file stream_service.cc.

stream_service& scalestack::echo::flood::stream_service::operator= ( const stream_service  )  [private]

Don't allow assignment of objects.


Field Documentation

Definition at line 73 of file stream_service.h.

Definition at line 74 of file stream_service.h.


The documentation for this class was generated from the following files:
Generated on Thu Feb 17 13:10:21 2011 by  doxygen 1.6.3