Public Member Functions | Public Attributes | List of all members
LibraryManagerTestFixture Struct Reference

Public Member Functions

 LibraryManagerTestFixture ()
 

Public Attributes

LibraryManager lm
 
LibraryManager const & lm_ref
 

Detailed Description

Definition at line 33 of file LibraryManager_t.cc.

Constructor & Destructor Documentation

LibraryManagerTestFixture::LibraryManagerTestFixture ( )

Definition at line 41 of file LibraryManager_t.cc.

42  : lm{"cetlibtest"}, lm_ref{lm}
43 {}
LibraryManager const & lm_ref

Member Data Documentation

LibraryManager LibraryManagerTestFixture::lm

Definition at line 37 of file LibraryManager_t.cc.

LibraryManager const& LibraryManagerTestFixture::lm_ref

Definition at line 38 of file LibraryManager_t.cc.


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