#include <date.h>
Public Member Functions | |
| DateException () | |
| DateException (char message[]) | |
| DateException (string &message) | |
Private Attributes | |
| string | info |
Friends | |
| ostream & | operator<< (ostream &ous, const DateException &e) |
| DateException::DateException | ( | ) | [inline] |
| ostream& operator<< | ( | ostream & | ous, | |
| const DateException & | e | |||
| ) | [friend] |
string DateException::info [private] |
Referenced by DateException().
1.5.6