|
reSIProcate/stack
9373
|
#include <XMLCursor.hxx>

Public Member Functions | |
| AttributeValueEqual (const Data &data) | |
| bool | operator() (const std::pair< Data, Data > &data) |
Private Attributes | |
| Data | data_ |
Definition at line 122 of file XMLCursor.hxx.
| resip::XMLCursor::AttributeValueEqual::AttributeValueEqual | ( | const Data & | data | ) | [inline] |
Definition at line 125 of file XMLCursor.hxx.
: data_(data) {};
Definition at line 123 of file XMLCursor.hxx.
Referenced by operator()().
1.7.5.1