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 []
 

Function Documentation

◆ OcTimer_reg()

void OcTimer_reg ( )

Definition at line 117 of file octimer.cpp.

◆ t_cons()

static void* t_cons ( Object )
static

Definition at line 92 of file octimer.cpp.

◆ t_destruct()

static void t_destruct ( void v)
static

Definition at line 103 of file octimer.cpp.

◆ t_seconds()

static double t_seconds ( void v)
static

Definition at line 62 of file octimer.cpp.

◆ t_start()

static double t_start ( void v)
static

Definition at line 74 of file octimer.cpp.

◆ t_stop()

static double t_stop ( void v)
static

Definition at line 83 of file octimer.cpp.

Variable Documentation

◆ t_members

Member_func t_members[]
Initial value:
= {
"seconds", t_seconds,
"start", t_start,
"end", t_stop,
0, 0
}
static double t_stop(void *v)
Definition: octimer.cpp:83
static double t_seconds(void *v)
Definition: octimer.cpp:62
static double t_start(void *v)
Definition: octimer.cpp:74

Definition at line 110 of file octimer.cpp.