|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <SnapshotManager.h>
Public Attributes | |
| std::string | studyName |
| int | version |
| std::string | description |
| std::string | author |
| std::string | createdDate |
| int | testCount |
| int | chainCount |
Definition at line 42 of file SnapshotManager.h.
| std::string SnapshotManager::SnapshotInfo::author |
Definition at line 46 of file SnapshotManager.h.
Referenced by SnapshotManager::GetSnapshotInfo().
| int SnapshotManager::SnapshotInfo::chainCount |
Definition at line 49 of file SnapshotManager.h.
Referenced by SnapshotManager::GetSnapshotInfo().
| std::string SnapshotManager::SnapshotInfo::createdDate |
Definition at line 47 of file SnapshotManager.h.
Referenced by SnapshotManager::GetSnapshotInfo().
| std::string SnapshotManager::SnapshotInfo::description |
Definition at line 45 of file SnapshotManager.h.
Referenced by SnapshotManager::GetSnapshotInfo().
| std::string SnapshotManager::SnapshotInfo::studyName |
Definition at line 43 of file SnapshotManager.h.
Referenced by SnapshotManager::GetSnapshotInfo().
| int SnapshotManager::SnapshotInfo::testCount |
Definition at line 48 of file SnapshotManager.h.
Referenced by SnapshotManager::GetSnapshotInfo().
| int SnapshotManager::SnapshotInfo::version |
Definition at line 44 of file SnapshotManager.h.
Referenced by SnapshotManager::GetSnapshotInfo().