NEURON
TQItem Struct Reference

#include <tqitem.hpp>

Public Member Functions

void clear () const
 

Public Attributes

void * data_ {}
 
double t_ {}
 
TQItemleft_ {}
 
TQItemright_ {}
 
TQItemparent_ {}
 
int cnt_ {}
 

Detailed Description

Definition at line 3 of file tqitem.hpp.

Member Function Documentation

◆ clear()

void TQItem::clear ( ) const
inline

Definition at line 5 of file tqitem.hpp.

Member Data Documentation

◆ cnt_

int TQItem::cnt_ {}

Definition at line 12 of file tqitem.hpp.

◆ data_

void* TQItem::data_ {}

Definition at line 7 of file tqitem.hpp.

◆ left_

TQItem* TQItem::left_ {}

Definition at line 9 of file tqitem.hpp.

◆ parent_

TQItem* TQItem::parent_ {}

Definition at line 11 of file tqitem.hpp.

◆ right_

TQItem* TQItem::right_ {}

Definition at line 10 of file tqitem.hpp.

◆ t_

double TQItem::t_ {}

Definition at line 8 of file tqitem.hpp.


The documentation for this struct was generated from the following file: