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

List of all members.

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

Reader1::Config::Config ( )
inline

Definition at line 44 of file ReaderTest.cpp.

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

Definition at line 43 of file ReaderTest.cpp.

: name("default"), done(false) {}
Reader1::Config::Config ( )
inline

Definition at line 44 of file ReaderTest.cpp.

: done(false) {}

Member Data Documentation

bool Reader1::Config::done
mutable

Definition at line 43 of file ReaderTest.cpp.

Referenced by testRead().

string Reader1::Config::name

Definition at line 41 of file ReaderTest.cpp.


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