![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
#include <VSGraphVerifier.h>
Public Member Functions | |
| bool | HasErrors () const |
| bool | HasWarnings () const |
| bool | IsValid () const |
| true if no Error issues | |
Public Attributes | |
| std::vector< VSVerificationIssue > | issues |
Definition at line 44 of file VSGraphVerifier.h.
| bool Olympe::VSVerificationResult::HasErrors | ( | ) | const |
Definition at line 32 of file VSGraphVerifier.cpp.
References Olympe::Error, GetComponentTypeID_Static(), and issues.
Referenced by IsValid(), and Olympe::VSGraphVerifier::Verify().
Here is the call graph for this function:
Here is the caller graph for this function:| bool Olympe::VSVerificationResult::HasWarnings | ( | ) | const |
Definition at line 42 of file VSGraphVerifier.cpp.
References GetComponentTypeID_Static(), issues, and Olympe::Warning.
Referenced by Olympe::VSGraphVerifier::Verify().
Here is the call graph for this function:
Here is the caller graph for this function:| bool Olympe::VSVerificationResult::IsValid | ( | ) | const |
true if no Error issues
Definition at line 52 of file VSGraphVerifier.cpp.
References HasErrors().
Here is the call graph for this function:| std::vector<VSVerificationIssue> Olympe::VSVerificationResult::issues |
Definition at line 45 of file VSGraphVerifier.h.
Referenced by HasErrors(), HasWarnings(), and Olympe::VSGraphVerifier::Verify().