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
▼
BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
7.1.2
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
►
Calibration
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
▼
Event
►
AsciiDmp
►
BesDChain
►
DecayChain
►
DstEvent
►
DstMakerAlg
►
DstReformAlg
►
DTagSetAlg
►
eformat
▼
ers
▼
ers-00-00-03
▼
ers
►
Assertion.h
►
Context.h
►
Core.h
►
DefaultIssue.h
►
DefaultStream.h
►
EntityNotFoundIssue.h
ers.h
►
FIFOStream.h
►
FilterStream.h
►
HumanStream.h
►
InvalidReferenceIssue.h
►
Issue.h
►
IssueFactory.h
►
IssueFactoryIssue.h
►
LogIssue.h
►
NotImplemented.h
►
ParseIssue.h
►
Precondition.h
►
RangeIssue.h
►
Stream.h
►
StreamFactory.h
►
src
►
test
►
EventModel
►
EventNavigator
►
EventTag
►
EvTimeEvent
►
EvtRecEvent
►
ExtEvent
►
GetRawETS
►
HltEvent
►
HltMakerAlg
►
IRawFile
►
LTagSetAlg
►
LumiDigi
►
McTruth
►
RawDataCnv
►
RawDataCnvBase
►
RawDataProviderSvc
►
RawEvent
►
RawEventReader
►
RawFile
►
RecMakerAlg
►
ReconEvent
►
RecTrackList
►
RelTable
►
RootCnvSvc
►
RootEventData
►
RootIO
►
RootRawEvtReader
►
RunEventNumberAlg
►
TagFilterSvc
►
TagSetAlg
►
TrigEvent
►
TrigMakerAlg
►
XYZTagSetAlg
►
ZddEvent
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
►
Mdc
►
Muc
►
OfflineEvtFilter
►
Reconstruction
►
RootPolicy
►
Simulation
►
Tof
►
Trigger
►
Utilities
►
Validation
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
NotImplemented.h
Go to the documentation of this file.
1
/*
2
* NotImplemented.h
3
* ers
4
*
5
* Created by Matthias Wiesmann on 08.12.04.
6
* Copyright 2004 CERN. All rights reserved.
7
*
8
*/
9
10
#ifndef ERS_NOT_IMPLEMENTED
11
12
#include "
ers/Assertion.h
"
13
14
namespace
ers
{
15
16
/** This special 'assertion' is used to mark a non implemented function or method.
17
* Typically, this is marked using the NOT_IMPLEMENTED() macro.
18
* \author Matthias Wiesmann
19
* �\version 1.0
20
* \brief Macro to mark unimplemented code.
21
*/
22
23
class
NotImplemented
:
public
Assertion
{
24
25
protected
:
26
virtual
std::string
build_message
(
const
char
* condition_text,
const
std::string &
message
,
bool
constant_expression =
false
)
throw
() ;
27
public
:
28
static
const
char
*
const
CLASS_NAME
;
29
NotImplemented
();
30
NotImplemented
(
const
Context
&context,
severity_t
s
) ;
31
virtual
const
char
*
get_class_name
()
const
throw();
32
} ;
// Precondition
23
class
NotImplemented
:
public
Assertion
{
…
};
33
}
// ers
34
35
#define ERS_NOT_IMPLEMENTED() throw ers::NotImplemented(ERS_HERE,ers::error)
36
#define ERS_NOT_IMPLEMENTED_FATAL() throw ers::NotImplemented(ERS_HERE,ers::ers_fatal)
37
38
#endif
39
Assertion.h
s
XmlRpcServer s
Definition
HelloServer.cpp:11
ers::Assertion
This Issue represents a basic assertion.
Definition
Event/ers/ers-00-00-03/ers/Assertion.h:32
ers::Context
Source context for Issue.
Definition
Context.h:42
ers::Issue::message
const std::string & message() const
Message.
Definition
ers/ers-00-00-03/src/Issue.cxx:689
ers::NotImplemented
Macro to mark unimplemented code.
Definition
NotImplemented.h:23
ers::NotImplemented::build_message
virtual std::string build_message(const char *condition_text, const std::string &message, bool constant_expression=false)
Definition
NotImplemented.cxx:35
ers::NotImplemented::get_class_name
virtual const char * get_class_name() const
Get key for class (used for serialisation)
Definition
NotImplemented.cxx:47
ers::NotImplemented::CLASS_NAME
static const char *const CLASS_NAME
Definition
NotImplemented.h:28
ers::NotImplemented::NotImplemented
NotImplemented()
Definition
NotImplemented.cxx:21
ers
Definition
Event/ers/ers-00-00-03/ers/Assertion.h:20
ers::severity_t
enum ers::_severity_t severity_t
7.1.2
Event
ers
ers-00-00-03
ers
NotImplemented.h
Generated by
1.12.0