Sparkle
0.0.1
Loading...
Searching...
No Matches
spk_time_unit.hpp
1
#pragma once
2
3
#include <ostream>
4
#include <string>
5
6
namespace
spk
7
{
8
enum class
TimeUnit
9
{
10
Second,
11
Millisecond,
12
Nanosecond
13
};
14
15
std::string toString(
const
TimeUnit &p_timeUnit);
16
std::wstring toWstring(
const
TimeUnit &p_timeUnit);
17
18
std::ostream &operator<<(std::ostream &p_stream,
const
TimeUnit &p_timeUnit);
19
std::wostream &operator<<(std::wostream &p_stream,
const
TimeUnit &p_timeUnit);
20
}
includes
type
spk_time_unit.hpp
Generated by
1.14.0