Version: 8.3.0
ItemCmp Class Reference
Collaboration diagram for ItemCmp:

Public Member Functions

 ItemCmp (OutGate *itf)
 
bool operator() (const std::pair< OutGate *, bool > &elt) const
 
 ItemCmp (InGate *itf)
 
bool operator() (const std::pair< InGate *, bool > &elt) const
 

Private Attributes

OutGate_itf
 
InGate_itf
 

Detailed Description

Definition at line 53 of file InGate.cxx.

Constructor & Destructor Documentation

ItemCmp::ItemCmp ( OutGate itf)
inline

Definition at line 58 of file InGate.cxx.

58 :_itf(itf) { }
ItemCmp::ItemCmp ( InGate itf)
inline

Definition at line 94 of file OutGate.cxx.

94 :_itf(itf) { }

Member Function Documentation

bool ItemCmp::operator() ( const std::pair< OutGate *, bool > &  elt) const
inline

Definition at line 59 of file InGate.cxx.

59 { return elt.first==_itf; }
bool ItemCmp::operator() ( const std::pair< InGate *, bool > &  elt) const
inline

Definition at line 95 of file OutGate.cxx.

95 { return elt.first==_itf; }

Member Data Documentation

OutGate* ItemCmp::_itf
private

Definition at line 56 of file InGate.cxx.

InGate* ItemCmp::_itf
private

Definition at line 92 of file OutGate.cxx.


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