|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <SnapshotManager.h>
Public Attributes | |
| bool | isValid |
| std::vector< std::string > | errors |
| std::vector< std::string > | warnings |
Definition at line 26 of file SnapshotManager.h.
| std::vector<std::string> SnapshotManager::ValidationResult::errors |
Definition at line 28 of file SnapshotManager.h.
Referenced by SnapshotManager::ValidateSnapshot().
| bool SnapshotManager::ValidationResult::isValid |
Definition at line 27 of file SnapshotManager.h.
Referenced by SnapshotManager::ValidateSnapshot().
| std::vector<std::string> SnapshotManager::ValidationResult::warnings |
Definition at line 29 of file SnapshotManager.h.
Referenced by SnapshotManager::ValidateSnapshot().