SGRawValueContainer< T > Class Template Reference

A raw value that contains its value. More...

#include <props.hxx>

Inheritance diagram for SGRawValueContainer< T >:
SGRawValue< T >

List of all members.

Public Member Functions

 SGRawValueContainer (const T &obj)
 Explicit constructor.
virtual ~SGRawValueContainer ()
 Destructor.
virtual T getValue () const
 Get the underlying value.
virtual bool setValue (T value)
 Set the underlying value.
virtual SGRawclone () const
 Create a copy of this raw value.

Detailed Description

template<class T>
class SGRawValueContainer< T >

A raw value that contains its value.

This provides a way for property nodes to contain values that shouldn't be stored in the property node itself.

Definition at line 632 of file props.hxx.


Member Function Documentation

template<class T >
virtual bool SGRawValueContainer< T >::setValue ( value  )  [inline, virtual]

Set the underlying value.

This method will dereference the pointer and change the variable's value.

Implements SGRawValue< T >.

Definition at line 657 of file props.hxx.


The documentation for this class was generated from the following file:

Generated on 23 Feb 2010 for SimGear by  doxygen 1.6.1