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

A task class containing other tasks. More...

#include <task.h>

Public Attributes

char * task_class_name
size_t table_size
HashMaptask_class_table

Detailed Description

A task class containing other tasks.

Synonymous to a subject or category that the task belongs to.

Definition at line 39 of file task.h.

Member Data Documentation

◆ table_size

size_t TaskClass::table_size

Size of the hash table containing the tasks

Definition at line 42 of file task.h.

◆ task_class_name

char* TaskClass::task_class_name

Pointer to the class name string

Definition at line 41 of file task.h.

◆ task_class_table

HashMap* TaskClass::task_class_table

Pointer to the hash table containing tasks

Definition at line 43 of file task.h.


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