![]() |
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 ()=default |
| virtual void | disconnect (Observable *) |
Public Attributes | |
| double * | p_ |
| char * | s_ |
| StmtInfo * | sti_ |
| bool | valid_ |
Additional Inherited Members | |
Protected Member Functions inherited from Observer | |
| Observer ()=default | |
Definition at line 7 of file ocpointer.h.
| OcPointer::OcPointer | ( | const char * | st, |
| double * | d | ||
| ) |
Definition at line 25 of file ocpointer.cpp.
|
virtual |
Definition at line 35 of file ocpointer.cpp.
| void OcPointer::assign | ( | double | x | ) |
Definition at line 47 of file ocpointer.cpp.
|
virtual |
Reimplemented from Observer.
Definition at line 43 of file ocpointer.cpp.
| double* OcPointer::p_ |
Definition at line 13 of file ocpointer.h.
| char* OcPointer::s_ |
Definition at line 14 of file ocpointer.h.
| StmtInfo* OcPointer::sti_ |
Definition at line 15 of file ocpointer.h.
| bool OcPointer::valid_ |
Definition at line 16 of file ocpointer.h.