LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 82 of file LibraryInfo.h.

Constructor & Destructor Documentation

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

Definition at line 86 of file LibraryInfo.h.

86 : val_{name} {}

Member Function Documentation

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

Definition at line 89 of file LibraryInfo.h.

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

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

Member Data Documentation

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

Definition at line 83 of file LibraryInfo.h.


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