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

#include <ZipExtractor.h>

Public Member Functions

 Result (bool s=true, const std::string &e="")
 

Public Attributes

bool success
 
std::string error
 

Detailed Description

Definition at line 16 of file ZipExtractor.h.

Constructor & Destructor Documentation

◆ Result()

ZipExtractor::Result::Result ( bool  s = true,
const std::string &  e = "" 
)
inline

Definition at line 20 of file ZipExtractor.h.

21 : success(s), error(e) {}

Member Data Documentation

◆ error

std::string ZipExtractor::Result::error

Definition at line 18 of file ZipExtractor.h.

◆ success

bool ZipExtractor::Result::success

Definition at line 17 of file ZipExtractor.h.

Referenced by ZipExtractor::ValidateSnapshot().


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