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
}
// namespace reco
46
#endif
reco::parser::kIsNotPublic
Definition:
ErrorCodes.h:33
reco::parser::kNameDoesNotExist
Definition:
ErrorCodes.h:32
reco::parser::kIsOperator
Definition:
ErrorCodes.h:39
writedatasetfile.parser
parser
Definition:
writedatasetfile.py:7
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:45
reco::parser::kIsFunctionAddedByROOT
Definition:
ErrorCodes.h:36
reco::parser::kIsDestructor
Definition:
ErrorCodes.h:38
reco::parser::kIsNotConst
Definition:
ErrorCodes.h:35
reco::parser::kNoError
Definition:
ErrorCodes.h:31
reco::parser::kOverloaded
Definition:
ErrorCodes.h:42
reco::parser::kIsStatic
Definition:
ErrorCodes.h:34
reco::parser::kIsConstructor
Definition:
ErrorCodes.h:37
reco::parser::ErrorCodes
ErrorCodes
Definition:
ErrorCodes.h:30
reco::parser::kWrongNumberOfArguments
Definition:
ErrorCodes.h:40
reco::parser::kWrongArgumentType
Definition:
ErrorCodes.h:41
Generated for CMSSW Reference Manual by
1.8.16