![]() |
NEURON
|
Public Member Functions | |
| RandomPlay (Rand *, double *) | |
| virtual | ~RandomPlay () |
| void | play () |
| void | list_remove () |
| virtual void | update (Observable *) |
Public Member Functions inherited from Observer | |
| virtual | ~Observer () |
| virtual void | disconnect (Observable *) |
Public Member Functions inherited from Resource | |
| Resource () | |
| virtual | ~Resource () |
| virtual void | ref () const |
| virtual void | unref () const |
| virtual void | unref_deferred () const |
| virtual void | cleanup () |
| virtual void | Reference () const |
| virtual void | Unreference () const |
Private Attributes | |
| Rand * | r_ |
| double * | px_ |
Additional Inherited Members | |
Static Public Member Functions inherited from Resource | |
| static void | ref (const Resource *) |
| static void | unref (const Resource *) |
| static void | unref_deferred (const Resource *) |
| static bool | defer (bool) |
| static void | flush () |
Protected Member Functions inherited from Observer | |
| Observer () | |
Definition at line 45 of file ivocrand.cpp.
| RandomPlay::RandomPlay | ( | Rand * | r, |
| double * | px | ||
| ) |
Definition at line 184 of file ivocrand.cpp.
|
virtual |
Definition at line 193 of file ivocrand.cpp.
| void RandomPlay::list_remove | ( | ) |
Definition at line 200 of file ivocrand.cpp.
| void RandomPlay::play | ( | ) |
Definition at line 196 of file ivocrand.cpp.
|
virtual |
Reimplemented from Observer.
Definition at line 210 of file ivocrand.cpp.
|
private |
Definition at line 55 of file ivocrand.cpp.
|
private |
Definition at line 54 of file ivocrand.cpp.