Home | Download | Screen shots | Discussion | Documentation |
---|
A model of Adaptable Predicate. More...
Public Member Functions | |
event_emitter_equal_to (const event_emitter_base< Node > &emitter) | |
Construct. | |
bool | operator() (const typename event_emitter_equal_to::argument_type &arg) const |
Test whether the event_emitter dereferenced from arg.second is the same one the function object was constructed with. | |
Private Attributes | |
const event_emitter_base< Node > * | emitter_ |
The event_emitter to test against. |
A model of Adaptable Predicate.
openvrml::node_impl_util::event_emitter_base< Node >::event_emitter_equal_to::event_emitter_equal_to | ( | const event_emitter_base< Node > & | emitter | ) | [inline, explicit] |
Construct.
[in] | emitter | the event_emitter . |
bool openvrml::node_impl_util::event_emitter_base< Node >::event_emitter_equal_to::operator() | ( | const typename event_emitter_equal_to::argument_type & | arg | ) | const [inline] |
Test whether the event_emitter
dereferenced from arg.second
is the same one the function object was constructed with.
const openvrml::node_impl_util::event_emitter_base< Node > * openvrml::node_impl_util::event_emitter_base< Node >::event_emitter_equal_to::emitter_ [private] |
The event_emitter
to test against.