Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Task Class Reference

#include <Task.h>

Public Member Functions

 Task (const std::string &d="Task")
 
 ~Task ()
 
void Complete ()
 

Public Attributes

std::string description
 
bool completed = false
 

Detailed Description

Definition at line 10 of file Task.h.

Constructor & Destructor Documentation

◆ Task()

Task::Task ( const std::string &  d = "Task")
inline

Definition at line 15 of file Task.h.

References description, and SYSTEM_LOG.

◆ ~Task()

Task::~Task ( )
inline

Definition at line 16 of file Task.h.

References description, and SYSTEM_LOG.

Member Function Documentation

◆ Complete()

void Task::Complete ( )
inline

Definition at line 18 of file Task.h.

References completed.

Member Data Documentation

◆ completed

bool Task::completed = false

Definition at line 14 of file Task.h.

Referenced by Complete().

◆ description

std::string Task::description

Definition at line 13 of file Task.h.

Referenced by Task(), and ~Task().


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