LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
art::detail::LibraryInfoMatch Class Reference

#include "LibraryInfo.h"

Public Member Functions

 LibraryInfoMatch (std::string const &name)
 
bool operator() (LibraryInfo const &li) const
 

Private Attributes

std::string val_
 

Detailed Description

Definition at line 83 of file LibraryInfo.h.

Constructor & Destructor Documentation

art::detail::LibraryInfoMatch::LibraryInfoMatch ( std::string const &  name)
inline

Definition at line 87 of file LibraryInfo.h.

87 : val_{name} {}

Member Function Documentation

bool art::detail::LibraryInfoMatch::operator() ( LibraryInfo const &  li) const
inline

Definition at line 90 of file LibraryInfo.h.

References art::detail::LibraryInfo::short_spec().

91  {
92  return val_ == li.short_spec();
93  }

Member Data Documentation

std::string art::detail::LibraryInfoMatch::val_
private

Definition at line 84 of file LibraryInfo.h.


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