ErrorDynamicCast Class Reference
#include <Error.h>
Inheritance diagram for ErrorDynamicCast:
Public Member Functions | |
ErrorDynamicCast (const char *cf, const char *sty, const char *dty, const char *ta) | |
Public Member Functions inherited from Error | |
const std::string & | message (void) const |
void | append (const char *cf) |
Additional Inherited Members | |
Protected Member Functions inherited from Error | |
Error (const char *cf) | |
Protected Attributes inherited from Error | |
std::string | msg_ |
Detailed Description
Dynamic cast error
#include "Error.h"
Constructor & Destructor Documentation
◆ ErrorDynamicCast()
ErrorDynamicCast::ErrorDynamicCast | ( | const char * | cf, |
const char * | sty, | ||
const char * | dty, | ||
const char * | ta | ||
) |
- Parameters
-
cf calling function sty source type dty source type ta tag of source
The documentation for this class was generated from the following file: