/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/ers/ers-00-00-03/src/HumanStream.cxx File Reference

#include <assert.h>
#include "ers/ers.h"
#include "ers/HumanStream.h"

Go to the source code of this file.

Functions

ers::Streamcreate_stream (const std::string &protocol, const std::string &uri)

Variables

bool registered = ers::StreamFactory::instance()->register_factory(ers::HumanStream::KEY,create_stream)


Function Documentation

ers::Stream* @13::create_stream ( const std::string protocol,
const std::string uri 
) [static]

Definition at line 18 of file HumanStream.cxx.

References ers::HumanStream::KEY.

00018                                                                               { 
00019         (void) uri ;
00020         if (protocol==ers::HumanStream::KEY) {
00021             return new ers::HumanStream() ;  
00022         } 
00023         return 0 ; 
00024     } // 


Variable Documentation

bool registered = ers::StreamFactory::instance()->register_factory(ers::HumanStream::KEY,create_stream) [static]

Definition at line 25 of file HumanStream.cxx.


Generated on Tue Nov 29 23:15:05 2016 for BOSS_7.0.2 by  doxygen 1.4.7