ProteoWizard
Public Member Functions | Public Attributes
Reader2::Config Struct Reference

List of all members.

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

Reader2::Config::Config ( )
inline

Definition at line 84 of file ReaderTest.cpp.

: done(false) {}
Reader2::Config::Config ( )
inline

Definition at line 75 of file ReaderTest.cpp.

: color("orange"), done(false) {}
Reader2::Config::Config ( )
inline

Definition at line 84 of file ReaderTest.cpp.

: done(false) {}

Member Data Documentation

bool Reader2::Config::done
mutable

Definition at line 83 of file ReaderTest.cpp.

Referenced by testRead().

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 files: