openvrml::node_impl_util::event_emitter_base< Node > Class Template Reference

Abstract base for event_emitter implementations. More...

#include <openvrml/node_impl_util.h>

Inheritance diagram for openvrml::node_impl_util::event_emitter_base< Node >:

List of all members.

Public Member Functions

virtual ~event_emitter_base ()=0 throw ()
 Destroy.
openvrml::nodenode () const throw ()
 The node with which the event_emitter is associated.

Protected Member Functions

 event_emitter_base (openvrml::node &n, const field_value &value) throw ()
 Construct.

Private Member Functions

virtual const std::string do_eventout_id () const throw ()
 The associated eventOut identifier.

Detailed Description

template<typename Node>
class openvrml::node_impl_util::event_emitter_base< Node >

Abstract base for event_emitter implementations.

event_emitter_base implements openvrml::event_emitter::do_eventout_id.

Template Parameters:
Nodea concrete node type.

Constructor & Destructor Documentation

template<typename Node >
openvrml::node_impl_util::event_emitter_base< Node >::~event_emitter_base ( ) throw () [pure virtual]

Destroy.

template<typename Node >
openvrml::node_impl_util::event_emitter_base< Node >::event_emitter_base ( openvrml::node n,
const field_value value 
) throw () [protected]

Construct.

Parameters:
[in]nthe node associated with the event_emitter.
[in]valuethe field value associated with the event_emitter.

Member Function Documentation

template<typename Node >
openvrml::node & openvrml::node_impl_util::event_emitter_base< Node >::node ( ) const throw ()

The node with which the event_emitter is associated.

template<typename Node >
const std::string openvrml::node_impl_util::event_emitter_base< Node >::do_eventout_id ( ) const throw () [private, virtual]

The associated eventOut identifier.

Returns:
the associated eventOut identifier.

Implements openvrml::event_emitter.