Home | Download | Screen shots | Discussion | Documentation |
---|
Public Member Functions | |
event_listener_equal_to (const node_event_listener &listener) | |
Construct. | |
bool | operator() (const typename event_listener_equal_to::argument_type &arg) const |
Test whether the event_listener dereferenced from arg.second is the same one the function object was constructed with. | |
Private Attributes | |
const node_event_listener * | listener_ |
The event_listener to test against. |
openvrml::node_impl_util::event_listener_base< Node >::event_listener_equal_to::event_listener_equal_to | ( | const node_event_listener & | listener | ) | [inline, explicit] |
bool openvrml::node_impl_util::event_listener_base< Node >::event_listener_equal_to::operator() | ( | const typename event_listener_equal_to::argument_type & | arg | ) | const [inline] |
Test whether the event_listener
dereferenced from arg.second
is the same one the function object was constructed with.
const openvrml::event_listener * openvrml::node_impl_util::event_listener_base< Node >::event_listener_equal_to::listener_ [private] |
The event_listener
to test against.