CBMC
|
#include <restrict_function_pointers.h>
Public Member Functions | |
invalid_restriction_exceptiont (std::string reason, std::string correct_format="") | |
std::string | what () const override |
A human readable description of what went wrong. More... | |
![]() | |
virtual | ~cprover_exception_baset ()=default |
Public Attributes | |
std::string | correct_format |
Additional Inherited Members | |
![]() | |
cprover_exception_baset (std::string reason) | |
This constructor is marked protected to ensure this class isn't used directly. More... | |
![]() | |
std::string | reason |
The reason this exception was generated. More... | |
Definition at line 73 of file restrict_function_pointers.h.
|
explicit |
Definition at line 86 of file restrict_function_pointers.cpp.
|
overridevirtual |
A human readable description of what went wrong.
For readability, implementors should not add a leading or trailing newline to this description.
Reimplemented from cprover_exception_baset.
Definition at line 94 of file restrict_function_pointers.cpp.
std::string invalid_restriction_exceptiont::correct_format |
Definition at line 82 of file restrict_function_pointers.h.