Code::Blocks  SVN r11506
Public Member Functions | Private Attributes | List of all members
WatchesDlg::WatchItemPredicate Struct Reference
Collaboration diagram for WatchesDlg::WatchItemPredicate:

Public Member Functions

 WatchItemPredicate (cb::shared_ptr< cbWatch > watch)
 
bool operator() (const WatchItem &item) const
 

Private Attributes

cb::shared_ptr< cbWatchm_watch
 

Detailed Description

Definition at line 77 of file watchesdlg.cpp.

Constructor & Destructor Documentation

◆ WatchItemPredicate()

WatchesDlg::WatchItemPredicate::WatchItemPredicate ( cb::shared_ptr< cbWatch watch)
inline

Definition at line 79 of file watchesdlg.cpp.

Member Function Documentation

◆ operator()()

bool WatchesDlg::WatchItemPredicate::operator() ( const WatchItem item) const
inline

Definition at line 81 of file watchesdlg.cpp.

References m_watch, and WatchesDlg::WatchItem::watch.

Member Data Documentation

◆ m_watch

cb::shared_ptr<cbWatch> WatchesDlg::WatchItemPredicate::m_watch
private

Definition at line 86 of file watchesdlg.cpp.

Referenced by WatchesProperty::GetWatch(), operator()(), and WatchesProperty::SetWatch().


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