Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members | Related Pages

openvrml::node_interface_matches_exposedfield Struct Reference
[Nodes]

List of all members.

Detailed Description

Determine if a node_interface matches an exposedField identifier.

Model of
AdaptableBinaryPredicate, DefaultConstructible


Public Member Functions

result_type operator() (const first_argument_type &interface, const second_argument_type &exposedfield_id) const
 Determine if a node_interface matches an exposedField identifier.

Member Function Documentation

node_interface_matches_exposedfield::result_type openvrml::node_interface_matches_exposedfield::operator() const first_argument_type &  interface,
const second_argument_type &  exposedfield_id
const [inline]
 

Determine if a node_interface matches an exposedField identifier.

A node_interface matches an exposedField identifier if the node_interface's type is node_interface::exposedfield_id and the node_interface's id is lexicographically equal to the exposedField identifier.

Parameters:
interface node_interface.
exposedfield_id exposedField identifier.
Returns:
true if interface matches exposedfield_id; false otherwise.