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

openvrml::vrml97_node::text_node::string_exposedfield Class Reference

Inheritance diagram for openvrml::vrml97_node::text_node::string_exposedfield:

Inheritance graph
[legend]
List of all members.

Detailed Description

string exposedField implementation.

For internal use only.


Public Member Functions

 string_exposedfield (text_node &node)
 Construct.
virtual ~string_exposedfield () throw ()
 Destroy.
virtual void event_side_effect (const mfstring &string, double timestamp) throw (std::bad_alloc)
 Process event.

Constructor & Destructor Documentation

openvrml::vrml97_node::text_node::string_exposedfield::string_exposedfield text_node node  )  [explicit]
 

Construct.

Parameters:
node text_node.

openvrml::vrml97_node::text_node::string_exposedfield::~string_exposedfield  )  throw () [virtual]
 

Destroy.


Member Function Documentation

void openvrml::vrml97_node::text_node::string_exposedfield::event_side_effect const mfstring string,
double  timestamp
throw (std::bad_alloc) [virtual]
 

Process event.

Parameters:
string text strings.
timestamp the current time.
Exceptions:
std::bad_alloc if memory allocation fails.

Reimplemented from openvrml::exposedfield< mfstring >.