NEURON
octimer.cpp File Reference
#include <../../nrnconf.h>
#include "classreg.h"

Go to the source code of this file.

Functions

static double t_seconds (void *v)
 
static double t_start (void *v)
 
static double t_stop (void *v)
 
static voidt_cons (Object *)
 
static void t_destruct (void *v)
 
void OcTimer_reg ()
 

Variables

Member_func t_members [] = {"seconds", t_seconds, "start", t_start, "end", t_stop, 0, 0}
 

Function Documentation

◆ OcTimer_reg()

void OcTimer_reg ( )

Definition at line 113 of file octimer.cpp.

◆ t_cons()

static void* t_cons ( Object )
static

Definition at line 93 of file octimer.cpp.

◆ t_destruct()

static void t_destruct ( void v)
static

Definition at line 104 of file octimer.cpp.

◆ t_seconds()

static double t_seconds ( void v)
static

Definition at line 63 of file octimer.cpp.

◆ t_start()

static double t_start ( void v)
static

Definition at line 75 of file octimer.cpp.

◆ t_stop()

static double t_stop ( void v)
static

Definition at line 84 of file octimer.cpp.

Variable Documentation

◆ t_members

Member_func t_members[] = {"seconds", t_seconds, "start", t_start, "end", t_stop, 0, 0}

Definition at line 111 of file octimer.cpp.