Main Page   Namespace List   Class Hierarchy   Compound List   Namespace Members   Compound Members   Related Pages  

WorldInfo Class Reference

WorldInfo node instances. More...

Inheritance diagram for WorldInfo:

AbstractChild AbstractBase ChildNode Node Node List of all members.

Public Methods

 WorldInfo (const NodeType &nodeType, const ScopePtr &scope)
 Constructor.

virtual ~WorldInfo () throw ()
 Destructor.


Private Attributes

MFString info
 string field.

SFString title
 title field.


Friends

class WorldInfoClass
 Class object for WorldInfo instances.


Detailed Description

WorldInfo node instances.


Constructor & Destructor Documentation

WorldInfo const NodeType   nodeType,
const ScopePtr   scope
 

Constructor.

Parameters:
nodeType the NodeType associated with the instance.
scope the Scope that the new node will belong to.

~WorldInfo   throw () [virtual]
 

Destructor.


Friends And Related Function Documentation

WorldInfoClass [friend]
 

Class object for WorldInfo instances.


Member Data Documentation

info [private]
 

string field.

title [private]
 

title field.