Public Types | Public Member Functions | Static Public Member Functions | List of all members
IndexMapTool Class Referenceabstract

#include <IndexMapTool.h>

Inheritance diagram for IndexMapTool:
BlockIndexMapTool ChannelStatusConfigTool ChannelStatusServiceTool IcebergOnlineChannel PdspOnlineChannel ProtoduneOnlineChannel VDColdboxOnlineChannel

Public Types

using Index = unsigned int
 

Public Member Functions

virtual ~IndexMapTool ()=default
 
virtual Index get (Index idx) const =0
 

Static Public Member Functions

static Index badIndex ()
 

Detailed Description

Definition at line 12 of file IndexMapTool.h.

Member Typedef Documentation

using IndexMapTool::Index = unsigned int

Definition at line 16 of file IndexMapTool.h.

Constructor & Destructor Documentation

virtual IndexMapTool::~IndexMapTool ( )
virtualdefault

Member Function Documentation

static Index IndexMapTool::badIndex ( )
inlinestatic

Definition at line 18 of file IndexMapTool.h.

18 { return -1; }
virtual Index IndexMapTool::get ( Index  idx) const
pure virtual

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