#include <Functor.h>
Inheritance diagram for O_SESSAME::ObjectFunctor< TClass >:
Definition at line 97 of file Functor.h.
Public Member Functions | |
ObjectFunctor (TClass *_pt2Object, Vector(TClass::*_fpt)(const ssfTime &, const OrbitState &, const AttitudeState &)) | |
ObjectFunctor () | |
void | Set (TClass *_pt2Object, Vector(TClass::*_fpt)(const ssfTime &, const OrbitState &, const AttitudeState &)) |
virtual Vector | Call (const ssfTime &_ssfTime, const OrbitState &_orbState, const AttitudeState &_attState) const |
Private Attributes | |
TClass * | pt2Object |
Vector(TClass::* | fpt )(const ssfTime &, const OrbitState &, const AttitudeState &) |
|
constructor - takes pointer to an object and pointer to a member and stores them in two private variables |
|
|
|
|
|
Implements O_SESSAME::Functor. |
|
pointer to object |
|
pointer to member function |