![]() |
NEURON
|
#include <ocpointer.h>
Public Member Functions | |
| OcPointer (const char *, double *) | |
| virtual | ~OcPointer () |
| virtual void | update (Observable *) |
| void | assign (double) |
Public Member Functions inherited from Observer | |
| virtual | ~Observer () |
| virtual void | disconnect (Observable *) |
Public Attributes | |
| double * | p_ |
| char * | s_ |
| StmtInfo * | sti_ |
| bool | valid_ |
Additional Inherited Members | |
Protected Member Functions inherited from Observer | |
| Observer () | |
Definition at line 9 of file ocpointer.h.
| OcPointer::OcPointer | ( | const char * | st, |
| double * | d | ||
| ) |
Definition at line 31 of file ocpointer.cpp.
|
virtual |
Definition at line 41 of file ocpointer.cpp.
| void OcPointer::assign | ( | double | x | ) |
Definition at line 53 of file ocpointer.cpp.
|
virtual |
Reimplemented from Observer.
Definition at line 49 of file ocpointer.cpp.
| double* OcPointer::p_ |
Definition at line 15 of file ocpointer.h.
| char* OcPointer::s_ |
Definition at line 16 of file ocpointer.h.
| StmtInfo* OcPointer::sti_ |
Definition at line 17 of file ocpointer.h.
| bool OcPointer::valid_ |
Definition at line 18 of file ocpointer.h.