Public Member Functions | Private Attributes | List of all members
fhicl::Vec Class Reference

#include <CondConfig.h>

Public Member Functions

 Vec (int i, int j, int k)
 
auto const & operator() () const
 

Private Attributes

std::array< int, 3 > hls_
 

Detailed Description

Definition at line 16 of file CondConfig.h.

Constructor & Destructor Documentation

fhicl::Vec::Vec ( int  i,
int  j,
int  k 
)
inline

Definition at line 20 of file CondConfig.h.

20 : hls_{{i, j, k}} {}
std::array< int, 3 > hls_
Definition: CondConfig.h:17

Member Function Documentation

auto const& fhicl::Vec::operator() ( ) const
inline

Definition at line 22 of file CondConfig.h.

23  {
24  return hls_;
25  }
std::array< int, 3 > hls_
Definition: CondConfig.h:17

Member Data Documentation

std::array<int, 3> fhicl::Vec::hls_
private

Definition at line 17 of file CondConfig.h.


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