ATLAS Offline Software
Loading...
Searching...
No Matches
DetectorDescription
Identifier
src
IdContext.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
6
#include "
Identifier/IdContext.h
"
7
8
9
IdContext::IdContext
(
const
ExpandedIdentifier
& prefix,
10
size_type
begin_index
,
11
size_type
end_index
)
12
:
13
m_prefix
(prefix),
14
m_begin_index
(
begin_index
),
15
m_end_index
(
end_index
)
16
{}
17
18
19
IdContext::IdContext
(
ExpandedIdentifier
&& prefix,
20
size_type
begin_index
,
21
size_type
end_index
)
22
:
23
m_prefix
(
std
::move(prefix)),
24
m_begin_index
(
begin_index
),
25
m_end_index
(
end_index
)
26
{}
27
IdContext.h
ExpandedIdentifier
Definition
DetectorDescription/Identifier/Identifier/ExpandedIdentifier.h:102
IdContext::begin_index
size_type begin_index() const
Definition
IdContext.h:45
IdContext::m_prefix
ExpandedIdentifier m_prefix
Definition
IdContext.h:53
IdContext::m_end_index
size_type m_end_index
Definition
IdContext.h:55
IdContext::end_index
size_type end_index() const
Definition
IdContext.h:46
IdContext::size_type
ExpandedIdentifier::size_type size_type
Definition
IdContext.h:29
IdContext::m_begin_index
size_type m_begin_index
Definition
IdContext.h:54
IdContext::IdContext
IdContext()=default
std
STL namespace.
Generated on
for ATLAS Offline Software by
1.14.0