PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
SnapshotManager::ValidationResult Struct Reference

#include <SnapshotManager.h>

Public Attributes

bool isValid
 
std::vector< std::string > errors
 
std::vector< std::string > warnings
 

Detailed Description

Definition at line 26 of file SnapshotManager.h.

Member Data Documentation

◆ errors

std::vector<std::string> SnapshotManager::ValidationResult::errors

Definition at line 28 of file SnapshotManager.h.

Referenced by SnapshotManager::ValidateSnapshot().

◆ isValid

bool SnapshotManager::ValidationResult::isValid

Definition at line 27 of file SnapshotManager.h.

Referenced by SnapshotManager::ValidateSnapshot().

◆ warnings

std::vector<std::string> SnapshotManager::ValidationResult::warnings

Definition at line 29 of file SnapshotManager.h.

Referenced by SnapshotManager::ValidateSnapshot().


The documentation for this struct was generated from the following file: