GenSVM
Public Attributes | List of all members
GenQueue Struct Reference

Simple task queue. More...

#include <gensvm_queue.h>

Collaboration diagram for GenQueue:
Collaboration graph
[legend]

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...
 

Detailed Description

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.

Parameters
tasksarray of pointers to Task structs
Nsize of task array
iindex used for keeping track of the queue

Definition at line 47 of file gensvm_queue.h.

Member Data Documentation

◆ i

long GenQueue::i

index used for keeping track of the queue

Definition at line 52 of file gensvm_queue.h.

◆ N

long GenQueue::N

size of task array

Definition at line 50 of file gensvm_queue.h.

◆ tasks

struct GenTask** GenQueue::tasks

array of pointers to Task structs

Definition at line 48 of file gensvm_queue.h.


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