Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
gallery
gallery
throwFunctions.h
Go to the documentation of this file.
1
#ifndef gallery_throwFunctions_h
2
#define gallery_throwFunctions_h
3
4
#include <string>
5
6
namespace
gallery
{
7
8
void
throwTreeNotFound
(
std::string
const
& treeName);
9
void
throwBranchNotFound
(
std::string
const
& branchName);
10
void
throwIllegalRandomAccess
();
11
void
throwIllegalDecrement
();
12
}
// namespace gallery
13
14
#endif
/* gallery_throwFunctions_h */
15
16
// Local Variables:
17
// mode: c++
18
// End:
string
std::string string
Definition:
nybbler.cc:12
gallery::throwIllegalRandomAccess
void throwIllegalRandomAccess()
Definition:
throwFunctions.cc:26
gallery::throwIllegalDecrement
void throwIllegalDecrement()
Definition:
throwFunctions.cc:35
gallery::throwTreeNotFound
void throwTreeNotFound(std::string const &treeName)
Definition:
throwFunctions.cc:8
gallery::throwBranchNotFound
void throwBranchNotFound(std::string const &branchName)
Definition:
throwFunctions.cc:17
gallery
Definition:
ProductToken.h:22
Generated by
1.8.11