|
OpenWalnut 1.3.1
|
Indicates invalid element access of a container. More...
#include <WNotImplemented.h>
Inheritance diagram for WNotImplemented:Public Member Functions | |
| WNotImplemented (const std::string &msg="Not implemented yet") | |
| Default constructor. | |
| virtual | ~WNotImplemented () throw () |
| Destructor. | |
Indicates invalid element access of a container.
Definition at line 36 of file WNotImplemented.h.
| WNotImplemented::WNotImplemented | ( | const std::string & | msg = "Not implemented yet" | ) | [explicit] |
Default constructor.
| msg | the exception message. |
Definition at line 29 of file WNotImplemented.cpp.
| WNotImplemented::~WNotImplemented | ( | ) | throw () [virtual] |
Destructor.
Definition at line 35 of file WNotImplemented.cpp.
1.7.4