Home | Download | Screen shots | Discussion | Documentation |
---|
#include <openvrml/node.h>
node_interface
matches an eventOut
identifier.
Public Member Functions | |
result_type | operator() (const first_argument_type &interface, const second_argument_type &eventout_id) const |
Determine if a node_interface matches an eventOut identifier. |
openvrml::node_interface_matches_eventout::result_type openvrml::node_interface_matches_eventout::operator() | ( | const first_argument_type & | interface, | |
const second_argument_type & | eventout_id | |||
) | const [inline] |
Determine if a node_interface
matches an eventOut
identifier.
A node_interface
matches an eventOut
identifier if:
node_interface
's type is node_interface::eventout_id
andnode_interface
's id is lexicographically equal to the eventOut
identifiernode_interface
's id is lexicographically equal to the eventOut
identifier with the string “_changed” appended.node_interface
's type is node_interface::exposedfield_id
andnode_interface
's id is lexicographically equal to the eventOut
identifiernode_interface
's id with the string “_changed” appended is lexicographically equal to the eventOut
identifier.
[in] | interface | node_interface . |
[in] | eventout_id | eventOut identifier. |
true
if interface
matches eventout_id
; false
otherwise.