|
My Project
|
#include <Visitors.h>
Public Member Functions | |
| WalkResult (ResultEnum result) | |
| WalkResult (LogicalResult result) | |
| Allow LogicalResult to interrupt the walk on failure. More... | |
| WalkResult (Diagnostic &&) | |
| Allow diagnostics to interrupt the walk. More... | |
| WalkResult (InFlightDiagnostic &&) | |
| bool | operator== (const WalkResult &rhs) const |
| bool | wasInterrupted () const |
| Returns if the walk was interrupted. More... | |
Static Public Member Functions | |
| static WalkResult | interrupt () |
| static WalkResult | advance () |
A utility result that is used to signal if a walk method should be interrupted or advance.
|
inline |
|
inline |
Allow LogicalResult to interrupt the walk on failure.
|
inline |
Allow diagnostics to interrupt the walk.
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
Returns if the walk was interrupted.
1.8.13