| Home | Download | Screen shots | Discussion | Documentation | Links |
|---|
Inheritance diagram for SFNode:

Public Methods | |
| SFNode (const NodePtr &node=NodePtr(0)) throw () | |
| Constructor. | |
| virtual | ~SFNode () throw () |
| Destructor. | |
| const NodePtr & | get () const throw () |
| Get value. | |
| void | set (const NodePtr &node) throw () |
| Set value. | |
| virtual std::auto_ptr< FieldValue > | clone () const throw (std::bad_alloc) |
| Virtual copy constructor. | |
| virtual FieldValue & | assign (const FieldValue &value) throw (std::bad_cast) |
| Virtual assignment. | |
| virtual Type | type () const throw () |
| Get the FieldValue::Type associated with this class. | |
Private Methods | |
| virtual void | print (std::ostream &) const |
| Print to an output stream. | |
Private Attributes | |
| NodePtr | node |
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Virtual assignment.
Implements FieldValue. |
|
|
Virtual copy constructor.
Implements FieldValue. |
|
|
Get value.
|
|
|
Print to an output stream.
Implements FieldValue. |
|
|
Set value.
|
|
|
Get the FieldValue::Type associated with this class.
Implements FieldValue. |