ProteoWizard
Public Member Functions | Public Attributes
IsInt Struct Reference

List of all members.

Public Member Functions

 IsInt (int n)
bool operator() (boost::shared_ptr< const int > m)

Public Attributes

int _n

Detailed Description

Definition at line 33 of file BinTest.cpp.


Constructor & Destructor Documentation

IsInt::IsInt ( int  n)
inline

Definition at line 35 of file BinTest.cpp.

: _n(n){}

Member Function Documentation

bool IsInt::operator() ( boost::shared_ptr< const int >  m)
inline

Definition at line 36 of file BinTest.cpp.

{ return *m == _n;}

Member Data Documentation

int IsInt::_n

Definition at line 37 of file BinTest.cpp.


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