NEURON
hoccontext.h File Reference

Go to the source code of this file.

Classes

struct  HocContext
 
class  HocTopContextManager
 

Functions

static HocContexthc_save_and_set_to_top_ (HocContext *hc)
 
static void hc_restore_ (HocContext *hc)
 

Variables

Objecthoc_thisobject
 
Objectdatahoc_top_level_data
 
Symlisthoc_top_level_symlist
 
Symlisthoc_symlist
 

Function Documentation

◆ hc_restore_()

static void hc_restore_ ( HocContext hc)
static

Definition at line 23 of file hoccontext.h.

◆ hc_save_and_set_to_top_()

static HocContext* hc_save_and_set_to_top_ ( HocContext hc)
static

Definition at line 14 of file hoccontext.h.

Variable Documentation

◆ hoc_symlist

Symlist* hoc_symlist
extern

Definition at line 34 of file symbol.cpp.

◆ hoc_thisobject

Object* hoc_thisobject
extern

Definition at line 121 of file hoc_oop.cpp.

◆ hoc_top_level_data

Objectdata* hoc_top_level_data
extern

Definition at line 123 of file hoc_oop.cpp.

◆ hoc_top_level_symlist

Symlist* hoc_top_level_symlist
extern

Definition at line 16 of file symdir.cpp.