FlightGear next
|
#include <voiceplayer.hxx>
Inherits SGRawValue< VT >.
Public Types | |
typedef VT(C::* | getter_t) (DT) const |
typedef void(C::* | setter_t) (DT, VT) |
Public Member Functions | |
RawValueMethodsData (C &obj, DT data, getter_t getter=0, setter_t setter=0) | |
virtual VT | getValue () const |
virtual bool | setValue (VT value) |
virtual SGRawValue< VT > * | clone () const |
Definition at line 57 of file voiceplayer.hxx.
typedef VT(C::* FGVoicePlayer::RawValueMethodsData< C, VT, DT >::getter_t) (DT) const |
Definition at line 60 of file voiceplayer.hxx.
typedef void(C::* FGVoicePlayer::RawValueMethodsData< C, VT, DT >::setter_t) (DT, VT) |
Definition at line 61 of file voiceplayer.hxx.
|
inline |
Definition at line 63 of file voiceplayer.hxx.
|
inlinevirtual |
Definition at line 83 of file voiceplayer.hxx.
|
inlinevirtual |
Definition at line 66 of file voiceplayer.hxx.
|
inlinevirtual |
Definition at line 73 of file voiceplayer.hxx.