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

A basic task. More...

#include <task.h>

Public Attributes

char * task_class
char * task_content

Detailed Description

A basic task.

Contains two strings, which are the class and the content.

Definition at line 28 of file task.h.

Member Data Documentation

◆ task_class

char* Task::task_class

Pointer to the class name string

Definition at line 30 of file task.h.

◆ task_content

char* Task::task_content

Pointer to the content string

Definition at line 31 of file task.h.


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