ProteoWizard
Public Member Functions | Public Attributes | List of all members
Reader2::ReaderConfig Struct Reference

Public Member Functions

 ReaderConfig ()
 

Public Attributes

string color
 
bool done
 

Detailed Description

Definition at line 89 of file ReaderTest.cpp.

Constructor & Destructor Documentation

§ ReaderConfig()

Reader2::ReaderConfig::ReaderConfig ( )
inline

Definition at line 93 of file ReaderTest.cpp.

93 : color("orange"), done(false) {}

Member Data Documentation

§ color

string Reader2::ReaderConfig::color

Definition at line 91 of file ReaderTest.cpp.

Referenced by testGet().

§ done

bool Reader2::ReaderConfig::done
mutable

Definition at line 92 of file ReaderTest.cpp.

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


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