| Home | Download | Screen shots | Discussion | Documentation |
|---|
Determine if a node_interface matches an eventOut identifier.
More...
#include <openvrml/node.h>
Inherits binary_function< node_interface, std::string, bool >.
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. More... | |
Determine if a node_interface matches an eventOut identifier.
|
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.