todo-cli
Loading...
Searching...
No Matches
types.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <cstdint>
4
5
#include "
task.h
"
6
7
namespace
todo
{
8
using
i8
= int8_t;
9
using
i16
= int16_t;
10
using
i32
= int32_t;
11
using
i64
= int64_t;
12
13
using
u8
= uint8_t;
14
using
u16
= uint16_t;
15
using
u32
= uint32_t;
16
using
u64
= uint64_t;
17
18
using
Status
=
todo::Task::Status
;
19
}
// namespace todo
todo
Definition
actions.cpp:3
todo::i8
int8_t i8
Definition
types.h:8
todo::u16
uint16_t u16
Definition
types.h:14
todo::u8
uint8_t u8
Definition
types.h:13
todo::i32
int32_t i32
Definition
types.h:10
todo::i64
int64_t i64
Definition
types.h:11
todo::i16
int16_t i16
Definition
types.h:9
todo::Status
todo::Task::Status Status
Definition
types.h:18
todo::u64
uint64_t u64
Definition
types.h:16
todo::u32
uint32_t u32
Definition
types.h:15
todo::Task::Status
Status
Definition
task.h:15
task.h
src
misc
types.h
Generated by
1.16.1