Joedb
9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
ui
get_time_string.h
Go to the documentation of this file.
1
#ifndef joedb_get_time_string
2
#define joedb_get_time_string
3
4
#include <stdint.h>
5
#include <string>
6
7
namespace
joedb
8
{
9
/// @ingroup ui
10
std::string
get_time_string
(int64_t timestamp);
11
/// @ingroup ui
12
std::string
get_time_string_of_now
();
13
}
14
15
#endif
joedb::get_time_string
std::string get_time_string(int64_t timestamp)
Definition
get_time_string.cpp:8
joedb::get_time_string_of_now
std::string get_time_string_of_now()
Definition
get_time_string.cpp:26
joedb
Definition
Blob.h:7
Generated by
1.9.8