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

#include <SnapshotManager.h>

Public Attributes

std::string studyName
 
int version
 
std::string description
 
std::string author
 
std::string createdDate
 
int testCount
 
int chainCount
 

Detailed Description

Definition at line 42 of file SnapshotManager.h.

Member Data Documentation

◆ author

std::string SnapshotManager::SnapshotInfo::author

Definition at line 46 of file SnapshotManager.h.

Referenced by SnapshotManager::GetSnapshotInfo().

◆ chainCount

int SnapshotManager::SnapshotInfo::chainCount

Definition at line 49 of file SnapshotManager.h.

Referenced by SnapshotManager::GetSnapshotInfo().

◆ createdDate

std::string SnapshotManager::SnapshotInfo::createdDate

Definition at line 47 of file SnapshotManager.h.

Referenced by SnapshotManager::GetSnapshotInfo().

◆ description

std::string SnapshotManager::SnapshotInfo::description

Definition at line 45 of file SnapshotManager.h.

Referenced by SnapshotManager::GetSnapshotInfo().

◆ studyName

std::string SnapshotManager::SnapshotInfo::studyName

Definition at line 43 of file SnapshotManager.h.

Referenced by SnapshotManager::GetSnapshotInfo().

◆ testCount

int SnapshotManager::SnapshotInfo::testCount

Definition at line 48 of file SnapshotManager.h.

Referenced by SnapshotManager::GetSnapshotInfo().

◆ version

int SnapshotManager::SnapshotInfo::version

Definition at line 44 of file SnapshotManager.h.

Referenced by SnapshotManager::GetSnapshotInfo().


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