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