Public Member Functions | Private Attributes | List of all members
art::test::Wanted Class Reference

#include <Wanted.h>

Public Member Functions

 Wanted (fhicl::ParameterSet const &)
 
int getCachedValue () const
 
void setValue (int const value)
 

Private Attributes

int cached_value_
 

Detailed Description

Definition at line 13 of file Wanted.h.

Constructor & Destructor Documentation

art::test::Wanted::Wanted ( fhicl::ParameterSet const &  )
inlineexplicit

Definition at line 16 of file Wanted.h.

16 {}

Member Function Documentation

int art::test::Wanted::getCachedValue ( ) const
inline

Definition at line 19 of file Wanted.h.

20  {
21  return cached_value_;
22  }
int cached_value_
Definition: Wanted.h:31
void art::test::Wanted::setValue ( int const  value)
inline

Definition at line 25 of file Wanted.h.

26  {
28  }
int cached_value_
Definition: Wanted.h:31

Member Data Documentation

int art::test::Wanted::cached_value_
private

Definition at line 31 of file Wanted.h.


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