IndexRangeTool.h
Go to the documentation of this file.
1 // IndexRangeTool.h
2 
3 // David Adams
4 // July 2018
5 //
6 // Interface for tools that that provide access IndexRange objects.
7 
8 #ifndef IndexRangeTool_H
9 #define IndexRangeTool_H
10 
12 
14 
15 public:
16 
18 
19  virtual ~IndexRangeTool() =default;
20 
21  virtual IndexRange get(Name nam) const =0;
22 
23 };
24 
25 #endif
std::string Name
Definition: IndexRange.h:28
virtual ~IndexRangeTool()=default
IndexRange::Name Name