ProteoWizard
Public Member Functions | Public Attributes | List of all members
Reader1::Config Struct Reference

Public Member Functions

 Config ()
 
 Config ()
 
 Config ()
 

Public Attributes

bool done
 
string name
 

Detailed Description

Definition at line 41 of file ReaderTest.cpp.

Constructor & Destructor Documentation

◆ Config() [1/3]

Reader1::Config::Config ( )
inline

Definition at line 44 of file ReaderTest.cpp.

44: done(false) {}

◆ Config() [2/3]

Reader1::Config::Config ( )
inline

Definition at line 43 of file ReaderTest.cpp.

43: name("default"), done(false) {}

◆ Config() [3/3]

Reader1::Config::Config ( )
inline

Definition at line 44 of file ReaderTest.cpp.

44: done(false) {}

Member Data Documentation

◆ done

bool Reader1::Config::done
mutable

Definition at line 43 of file ReaderTest.cpp.

Referenced by Reader1::read(), Reader1::read(), and testRead().

◆ name

string Reader1::Config::name

Definition at line 41 of file ReaderTest.cpp.

Referenced by testGet().


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