ProteoWizard
Public Member Functions | Public Attributes
IsFS Struct Reference

List of all members.

Public Member Functions

 IsFS (const FeatureSequenced &fs)
bool operator() (boost::shared_ptr< FeatureSequenced > fs_ptr)

Public Attributes

FeatureSequenced _fs

Detailed Description

Definition at line 55 of file Feature_dataFetcherTest.cpp.


Constructor & Destructor Documentation

IsFS::IsFS ( const FeatureSequenced fs)
inline

Definition at line 57 of file Feature_dataFetcherTest.cpp.

: _fs(fs){}

Member Function Documentation

bool IsFS::operator() ( boost::shared_ptr< FeatureSequenced fs_ptr)
inline

Definition at line 59 of file Feature_dataFetcherTest.cpp.

{ return *fs_ptr == _fs;}

Member Data Documentation

FeatureSequenced IsFS::_fs

Definition at line 58 of file Feature_dataFetcherTest.cpp.


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