![]() |
vrpRouting
0.3
|
Extends std::exception and is the exception that we throw if an assert fails. More...
#include "pgr_assert.h"
Public Member Functions | |
AssertFailedException (std::string msg) | |
virtual | ~AssertFailedException () throw () |
virtual const char * | what () const throw () |
Private Attributes | |
const std::string | str |
Holds what() we got as message. More... | |
Extends std::exception and is the exception that we throw if an assert fails.
Definition at line 140 of file pgr_assert.h.
|
explicit |
Definition at line 71 of file pgr_assert.cpp.
|
inlinevirtual |
Definition at line 147 of file pgr_assert.h.
|
virtual |
Definition at line 67 of file pgr_assert.cpp.
References str.
Referenced by do_compatibleVehicles(), do_optimize(), do_pgr_pickDeliver(), do_pgr_pickDeliverEuclidean(), do_pickDeliver(), and do_vrp_vroom().
|
private |