CMS 3D CMS Logo

cond::DefaultBlobStreamingService Class Reference

Inheritance diagram for cond::DefaultBlobStreamingService:

cond::BlobStreamingService< Writer_t, Reader_t, DictPrereq_t >

List of all members.

Public Member Functions

 DefaultBlobStreamingService (seal::Context *c, const std::string &key)
 Standard Constructor with a component key.
 DefaultBlobStreamingService (seal::Context *c)
 Standard Constructor.

Private Attributes

 DECLARE_SEAL_COMPONENT


Detailed Description

Definition at line 36 of file module.cc.


Constructor & Destructor Documentation

cond::DefaultBlobStreamingService::DefaultBlobStreamingService ( seal::Context *  c  )  [inline]

Standard Constructor.

Definition at line 44 of file module.cc.

00044                                                     :
00045         parent( c, classContextKey() ) {}

cond::DefaultBlobStreamingService::DefaultBlobStreamingService ( seal::Context *  c,
const std::string &  key 
) [inline]

Standard Constructor with a component key.

Definition at line 48 of file module.cc.

00048                                                                           :
00049         parent( c, key ) {}
  };


Member Data Documentation

cond::DefaultBlobStreamingService::DECLARE_SEAL_COMPONENT [private]

Definition at line 40 of file module.cc.


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:36:44 2009 for CMSSW by  doxygen 1.5.4