41 #ifndef STRING_INCLUDED
42 #define STRING_INCLUDED
46 #ifndef DEQUE_INCLUDED
47 #define DEQUE_INCLUDED
67 unsigned int setMax(
unsigned int limit );
75 void write(
const ZMexception & x );
81 std::string
name(
unsigned int k = 0 )
const;
85 const ZMexception*
get(
unsigned int k = 0 )
const;
105 unsigned int size()
const;
110 std::deque< const ZMexception * > errors_;
113 enum { ZMERRNO_LENGTH = 100 };
117 int countSinceCleared_;
129 #include "CLHEP/Exceptions/ZMerrno.icc"
int countSinceCleared() const
std::string name(unsigned int k=0) const
unsigned int size() const
unsigned int setMax(unsigned int limit)
void write(const ZMexception &x)