Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CommonTools
Utils
src
ErrorCodes.h
Go to the documentation of this file.
1
#ifndef CommonTools_Utils_ErrorCodes_h
2
#define CommonTools_Utils_ErrorCodes_h
3
// -*- C++ -*-
4
//
5
// Package: Utilities
6
// Class : ErrorCodes
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: Wed Aug 13 10:37:44 EDT 2008
19
// $Id: ErrorCodes.h,v 1.2 2008/11/07 15:13:08 gpetrucc Exp $
20
//
21
22
// system include files
23
24
// user include files
25
26
// forward declarations
27
28
namespace
reco
{
29
namespace
parser
{
30
enum
ErrorCodes
{
31
kNoError
= 0,
32
kNameDoesNotExist
,
33
kIsNotPublic
,
34
kIsStatic
,
35
kIsNotConst
,
36
kIsFunctionAddedByROOT
,
37
kIsConstructor
,
38
kIsDestructor
,
39
kIsOperator
,
40
kWrongNumberOfArguments
,
41
kWrongArgumentType
,
42
kOverloaded
43
};
44
}
45
}
46
#endif
geometryXMLtoCSV.parser
tuple parser
Definition:
geometryXMLtoCSV.py:78
reco::parser::kIsFunctionAddedByROOT
Definition:
ErrorCodes.h:36
reco::parser::kIsStatic
Definition:
ErrorCodes.h:34
reco::parser::kIsNotConst
Definition:
ErrorCodes.h:35
dt_dqm_sourceclient_common_cff.reco
tuple reco
Definition:
dt_dqm_sourceclient_common_cff.py:107
reco::parser::kOverloaded
Definition:
ErrorCodes.h:42
reco::parser::kWrongNumberOfArguments
Definition:
ErrorCodes.h:40
reco::parser::kNoError
Definition:
ErrorCodes.h:31
reco::parser::kNameDoesNotExist
Definition:
ErrorCodes.h:32
reco::parser::kWrongArgumentType
Definition:
ErrorCodes.h:41
reco::parser::kIsNotPublic
Definition:
ErrorCodes.h:33
reco::parser::kIsDestructor
Definition:
ErrorCodes.h:38
reco::parser::ErrorCodes
ErrorCodes
Definition:
ErrorCodes.h:30
reco::parser::kIsOperator
Definition:
ErrorCodes.h:39
reco::parser::kIsConstructor
Definition:
ErrorCodes.h:37
Generated for CMSSW Reference Manual by
1.8.5