November 2004
Intermediate to advanced
212 pages
5h 2m
English
Exception::Type
The class
Exception::Type
(see Figure C-5) nested
class within Exception. It is simply a wrapper for
a string containing an
Exception type name.
Exception::Type is declared and implemented in
Exception.h.
![]() |
class Type
Type(string type)
A constructor.
bool operator==(const Type& other) const
An equality operator. Returns TRUE if this
Type is equal to other.
None.
const string m_type
The Type name (private).
Read now
Unlock full access