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 void * t_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 104 of file octimer.cpp.

◆ t_cons()

static void* t_cons ( Object )
static

Definition at line 81 of file octimer.cpp.

◆ t_destruct()

static void t_destruct ( void *  v)
static

Definition at line 92 of file octimer.cpp.

◆ t_seconds()

static double t_seconds ( void *  v)
static

Definition at line 51 of file octimer.cpp.

◆ t_start()

static double t_start ( void *  v)
static

Definition at line 63 of file octimer.cpp.

◆ t_stop()

static double t_stop ( void *  v)
static

Definition at line 72 of file octimer.cpp.

Variable Documentation

◆ t_members

Member_func t_members[]
Initial value:
= {{"seconds", t_seconds},
{"start", t_start},
{"end", t_stop},
{nullptr, nullptr}}
static double t_seconds(void *v)
Definition: octimer.cpp:51
static double t_start(void *v)
Definition: octimer.cpp:63
static double t_stop(void *v)
Definition: octimer.cpp:72

Definition at line 99 of file octimer.cpp.