ATLAS Offline Software
Loading...
Searching...
No Matches
IdContext.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef IDENTIFIER_IDCONTEXT_H
6#define IDENTIFIER_IDCONTEXT_H
7
9
25
57
58
59inline
63
64
65inline void
71
72#endif // IDENTIFIER_IDCONTEXT_H
boost::container::small_vector< element_type, 12 >::size_type size_type
size_type begin_index() const
Definition IdContext.h:45
ExpandedIdentifier m_prefix
Definition IdContext.h:53
size_type m_end_index
Definition IdContext.h:55
size_type end_index() const
Definition IdContext.h:46
ExpandedIdentifier::size_type size_type
Definition IdContext.h:29
size_type m_begin_index
Definition IdContext.h:54
const ExpandedIdentifier & prefix_id() const
Accessors.
Definition IdContext.h:44
IdContext()=default
void set(const ExpandedIdentifier &prefix, size_type begin_index, size_type end_index)
Set all the private members.
Definition IdContext.h:66