NEURON
symchoos.cpp File Reference
#include <../../nrnconf.h>
#include "classreg.h"
#include "gui-redirect.h"

Go to the source code of this file.

Functions

static void * scons (Object *)
 
static void sdestruct (void *v)
 
static double srun (void *v)
 
static double text (void *v)
 
void SymChooser_reg ()
 

Variables

static Member_func members [] = {{"run", srun}, {"text", text}, {nullptr, nullptr}}
 

Function Documentation

◆ scons()

static void* scons ( Object )
static

Definition at line 144 of file symchoos.cpp.

◆ sdestruct()

static void sdestruct ( void *  v)
static

Definition at line 172 of file symchoos.cpp.

◆ srun()

static double srun ( void *  v)
static

Definition at line 179 of file symchoos.cpp.

◆ SymChooser_reg()

void SymChooser_reg ( )

Definition at line 211 of file symchoos.cpp.

◆ text()

static double text ( void *  v)
static

Definition at line 198 of file symchoos.cpp.

Variable Documentation

◆ members

Member_func members[] = {{"run", srun}, {"text", text}, {nullptr, nullptr}}
static

Definition at line 210 of file symchoos.cpp.