NEURON
TaskList Struct Reference

#include <rxd.h>

Public Attributes

void *(* task )(void *)
 
void * args
 
void * result
 
struct TaskListnext
 

Detailed Description

Definition at line 82 of file rxd.h.

Member Data Documentation

◆ args

void* TaskList::args

Definition at line 84 of file rxd.h.

◆ next

struct TaskList* TaskList::next

Definition at line 86 of file rxd.h.

◆ result

void* TaskList::result

Definition at line 85 of file rxd.h.

◆ task

void*(* TaskList::task) (void *)

Definition at line 83 of file rxd.h.


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