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

Public Member Functions

 Config ()
 
 Config ()
 
 Config ()
 

Public Attributes

bool done
 
string color
 

Detailed Description

Definition at line 81 of file ReaderTest.cpp.

Constructor & Destructor Documentation

§ Config() [1/3]

Reader2::Config::Config ( )
inline

Definition at line 84 of file ReaderTest.cpp.

84 : done(false) {}

§ Config() [2/3]

Reader2::Config::Config ( )
inline

Definition at line 75 of file ReaderTest.cpp.

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

§ Config() [3/3]

Reader2::Config::Config ( )
inline

Definition at line 84 of file ReaderTest.cpp.

84 : done(false) {}

Member Data Documentation

§ done

bool Reader2::Config::done
mutable

Definition at line 83 of file ReaderTest.cpp.

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

§ color

string Reader2::Config::color

Definition at line 73 of file ReaderTest.cpp.

Referenced by testGet().


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