NEURON
ocpointer.cpp File Reference
#include <../../nrnconf.h>
#include <InterViews/observe.h>
#include <string.h>
#include "classreg.h"
#include "oc_ansi.h"
#include "oc2iv.h"
#include "ocpointer.h"
#include "parse.hpp"
#include "ocnotify.h"

Go to the source code of this file.

Functions

static double assign (void *v)
 
static const char ** pname (void *v)
 
static void * cons (Object *)
 
static void destruct (void *v)
 
static void steer_val (void *v)
 
void OcPointer_reg ()
 

Variables

static Member_func members []
 
static Member_ret_str_func s_memb [] = {{"s", pname}, {nullptr, nullptr}}
 

Function Documentation

◆ assign()

static double assign ( void *  v)
static

Definition at line 55 of file ocpointer.cpp.

◆ cons()

static void* cons ( Object )
static

Definition at line 76 of file ocpointer.cpp.

◆ destruct()

static void destruct ( void *  v)
static

Definition at line 97 of file ocpointer.cpp.

◆ OcPointer_reg()

void OcPointer_reg ( )

Definition at line 110 of file ocpointer.cpp.

◆ pname()

static const char** pname ( void *  v)
static

Definition at line 64 of file ocpointer.cpp.

◆ steer_val()

static void steer_val ( void *  v)
static

Definition at line 101 of file ocpointer.cpp.

Variable Documentation

◆ members

Member_func members[]
static
Initial value:
= {{"val", 0},
{"assign", assign},
{nullptr, nullptr}}
static double assign(void *v)
Definition: ocpointer.cpp:55

Definition at line 69 of file ocpointer.cpp.

◆ s_memb

Member_ret_str_func s_memb[] = {{"s", pname}, {nullptr, nullptr}}
static

Definition at line 73 of file ocpointer.cpp.