CBMC
|
#include <typecheck.h>
Public Member Functions | |
errort ()=default | |
errort (errort &&)=default | |
errort (const errort &other) | |
std::string | what () const |
std::ostringstream & | message_ostream () |
errort | with_location (source_locationt _location) && |
const source_locationt & | source_location () const |
Protected Attributes | |
std::ostringstream | message |
source_locationt | __location = source_locationt::nil() |
Friends | |
template<typename T > | |
errort | operator<< (errort &&e, const T &) |
add to the diagnostic information in the given typecheckt::errort exception More... | |
Definition at line 25 of file typecheck.h.
|
default |
|
default |
|
inline |
Definition at line 30 of file typecheck.h.
|
inline |
Definition at line 42 of file typecheck.h.
|
inline |
Definition at line 53 of file typecheck.h.
|
inline |
Definition at line 37 of file typecheck.h.
|
inline |
Definition at line 47 of file typecheck.h.
|
friend |
add to the diagnostic information in the given typecheckt::errort exception
Definition at line 77 of file typecheck.h.
|
protected |
Definition at line 60 of file typecheck.h.
|
protected |
Definition at line 59 of file typecheck.h.