todo-cli
Loading...
Searching...
No Matches
types.h File Reference
#include <cstdint>
#include "task.h"
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  todo

Typedefs

using todo::i8 = int8_t
using todo::i16 = int16_t
using todo::i32 = int32_t
using todo::i64 = int64_t
using todo::u8 = uint8_t
using todo::u16 = uint16_t
using todo::u32 = uint32_t
using todo::u64 = uint64_t
using todo::Status = todo::Task::Status