GenSVM
|
Simple task queue. More...
#include <gensvm_queue.h>
Public Attributes | |
struct GenTask ** | tasks |
array of pointers to Task structs More... | |
long | N |
size of task array More... | |
long | i |
index used for keeping track of the queue More... | |
Simple task queue.
This struct is basically just an array of pointers to Task instances, with a length and an index of the current task.
tasks | array of pointers to Task structs |
N | size of task array |
i | index used for keeping track of the queue |
Definition at line 47 of file gensvm_queue.h.
long GenQueue::i |
index used for keeping track of the queue
Definition at line 52 of file gensvm_queue.h.
long GenQueue::N |
size of task array
Definition at line 50 of file gensvm_queue.h.
struct GenTask** GenQueue::tasks |
array of pointers to Task structs
Definition at line 48 of file gensvm_queue.h.