NEURON
sptfifoq.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <sptree.h>

Go to the source code of this file.

Macros

#define leftlink   left_
 
#define rightlink   right_
 
#define uplink   parent_
 
#define cnt   cnt_
 
#define key   t_
 

Functions

static void deleteitem (TQItem *i)
 
static void prnt (const TQItem *b, int level)
 
static void chk (TQItem *b, int level)
 

Macro Definition Documentation

◆ cnt

#define cnt   cnt_

Definition at line 19 of file sptfifoq.cpp.

◆ key

#define key   t_

Definition at line 20 of file sptfifoq.cpp.

◆ leftlink

#define leftlink   left_

Definition at line 16 of file sptfifoq.cpp.

◆ rightlink

#define rightlink   right_

Definition at line 17 of file sptfifoq.cpp.

◆ uplink

#define uplink   parent_

Definition at line 18 of file sptfifoq.cpp.

Function Documentation

◆ chk()

static void chk ( TQItem b,
int  level 
)
static

Definition at line 50 of file sptfifoq.cpp.

◆ deleteitem()

static void deleteitem ( TQItem i)
static

Definition at line 31 of file sptfifoq.cpp.

◆ prnt()

static void prnt ( const TQItem b,
int  level 
)
static

Definition at line 42 of file sptfifoq.cpp.