Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
dunecore
dunecore
DuneInterface
Tool
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
11
#include "
dunecore/DuneInterface/Data/IndexRangeGroup.h
"
12
13
class
IndexRangeGroupTool
{
14
15
public
:
16
17
using
Name
=
IndexRangeGroup::Name
;
18
19
virtual
~IndexRangeGroupTool
() =
default
;
20
21
virtual
IndexRangeGroup
get
(
Name
nam)
const
=0;
22
23
};
24
25
#endif
IndexRangeGroup
Definition:
IndexRangeGroup.h:20
IndexRangeGroup.h
IndexRangeGroupTool::~IndexRangeGroupTool
virtual ~IndexRangeGroupTool()=default
IndexRangeGroupTool
Definition:
IndexRangeGroupTool.h:13
IndexRangeGroup::Name
std::string Name
Definition:
IndexRangeGroup.h:26
IndexRangeGroupTool::Name
IndexRangeGroup::Name Name
Definition:
IndexRangeGroupTool.h:17
Generated by
1.8.11