Go to the source code of this file.
|
enum | reco::parser::ErrorCodes {
reco::parser::kNoError = 0,
reco::parser::kNameDoesNotExist,
reco::parser::kIsNotPublic,
reco::parser::kIsStatic,
reco::parser::kIsNotConst,
reco::parser::kIsFunctionAddedByROOT,
reco::parser::kIsConstructor,
reco::parser::kIsDestructor,
reco::parser::kIsOperator,
reco::parser::kWrongNumberOfArguments,
reco::parser::kWrongArgumentType,
reco::parser::kOverloaded
} |
|