BOSS
7.1.2
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
c
d
e
g
h
i
l
m
n
o
p
r
s
t
Enumerations
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Symbols
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
w
x
Files
File List
File Members
All
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
!
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
j
k
l
m
n
p
r
s
t
u
v
w
z
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
UnboundSourceIdentifierIssue.cxx
Go to the documentation of this file.
1
//Dear emacs, this is -*- c++ -*-
2
3
/**
4
* @file src/old/UnboundSourceIdentifierIssue.cxx
5
* @author <a href="mailto:Andre.dos.Anjos@cern.ch">Andre DOS ANJOS</a>
6
* $Author: zhangy $
7
* $Revision: 1.1.1.1 $
8
* $Date: 2009/06/19 07:35:41 $
9
*
10
* Implements the functionality described in the header.
11
*/
12
13
#include "
eformat/old/UnboundSourceIdentifierIssue.h
"
14
15
/**
16
* Strings to identify keys in ERS
17
*/
18
static
const
char
* SOURCE_ID_KEY =
"Unbound source identifier"
;
19
static
const
char
* CONTEXT_KEY =
"Context"
;
20
21
eformat::UnboundSourceIdentifierIssue::UnboundSourceIdentifierIssue
22
(
const
ers::Context
& context,
23
ers::severity_t
severity,
24
uint32_t source_id,
25
const
std::string& my_context)
26
:
eformat
::
Issue
(context,severity)
27
{
28
set_value
(SOURCE_ID_KEY,
source_id
);
29
set_value
(CONTEXT_KEY,
my_context
);
30
finish_setup
(
"Unbound (old) source identifier detected"
);
31
}
21
eformat::UnboundSourceIdentifierIssue::UnboundSourceIdentifierIssue
{
…
}
32
33
uint32_t
eformat::UnboundSourceIdentifierIssue::source_id
()
const
34
{
35
return
get_int_value(SOURCE_ID_KEY);
36
}
33
uint32_t
eformat::UnboundSourceIdentifierIssue::source_id
()
const
{
…
}
37
38
const
std::string&
eformat::UnboundSourceIdentifierIssue::my_context
()
const
39
{
40
return
get_value(CONTEXT_KEY);
41
}
38
const
std::string&
eformat::UnboundSourceIdentifierIssue::my_context
()
const
{
…
}
UnboundSourceIdentifierIssue.h
eformat::Issue
Definition
eformat/eformat-00-01-00/eformat/Issue.h:23
eformat::UnboundSourceIdentifierIssue::UnboundSourceIdentifierIssue
UnboundSourceIdentifierIssue(const ers::Context &context, ers::severity_t severity, uint32_t source_id, const std::string &my_context)
Definition
UnboundSourceIdentifierIssue.cxx:22
eformat::UnboundSourceIdentifierIssue::source_id
uint32_t source_id() const
Definition
UnboundSourceIdentifierIssue.cxx:33
eformat::UnboundSourceIdentifierIssue::my_context
const std::string & my_context() const
Definition
UnboundSourceIdentifierIssue.cxx:38
ers::Context
Source context for Issue.
Definition
Context.h:42
ers::Issue::set_value
void set_value(const std::string &key, uint8_t value)
Sets a value 8 bit unsigned.
Definition
ers/ers-00-00-03/src/Issue.cxx:371
ers::Issue::finish_setup
void finish_setup(const std::string &message)
Finishes the setup of the Issue.
Definition
ers/ers-00-00-03/src/Issue.cxx:568
eformat
Definition
BadVersionIssue.h:20
ers::severity_t
enum ers::_severity_t severity_t
7.1.2
Event
eformat
eformat-00-01-00
src
old
UnboundSourceIdentifierIssue.cxx
Generated by
1.12.0