ATLAS Offline Software
Loading...
Searching...
No Matches
IdDictDictEntry.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef IDDICT_IdDictDictEntry_H
6#define IDDICT_IdDictDictEntry_H
7
8#include <string>
9class Range;
10class IdDictMgr;
12
14public:
16 virtual ~IdDictDictEntry ();
17 virtual Range build_range () const = 0;
18 virtual std::string group_name () const = 0;
19 virtual void set_index (size_t index) = 0;
20 virtual void resolve_references (IdDictMgr& idd,
21 IdDictDictionary& dictionary) = 0;
22 virtual void generate_implementation (const IdDictMgr& idd,
23 IdDictDictionary& dictionary,
24 const std::string& tag = "") = 0;
25 virtual void reset_implementation () = 0;
26 virtual bool verify () const = 0;
27 virtual void clear () = 0;
28
29};
30
31#endif
32
virtual bool verify() const =0
virtual void clear()=0
virtual void reset_implementation()=0
virtual void resolve_references(IdDictMgr &idd, IdDictDictionary &dictionary)=0
virtual void set_index(size_t index)=0
virtual Range build_range() const =0
virtual std::string group_name() const =0
virtual ~IdDictDictEntry()
virtual void generate_implementation(const IdDictMgr &idd, IdDictDictionary &dictionary, const std::string &tag="")=0
A Range describes the possible ranges for the field values of an ExpandedIdentifier.
Definition index.py:1