parallax 1.0
command-line based task/todo manager
Loading...
Searching...
No Matches
TaskCollection Struct Reference

A task collection containing other classes. More...

#include <task.h>

Public Attributes

HashMaptask_collection
size_t collection_size

Detailed Description

A task collection containing other classes.

Serves as a lookup table for the existing classes in the serverside

Definition at line 52 of file task.h.

Member Data Documentation

◆ collection_size

size_t TaskCollection::collection_size

Size of the hash table

Definition at line 55 of file task.h.

◆ task_collection

HashMap* TaskCollection::task_collection

Pointer to the hash table of classes

Definition at line 54 of file task.h.


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