Scarab
v2.4.5
Project 8 C++ Utility Library
library
utility
time.hh
Go to the documentation of this file.
1
#ifndef SCARAB_TIME_HH_
2
#define SCARAB_TIME_HH_
3
4
#include "
scarab_api.hh
"
5
6
#include <string>
7
8
namespace
scarab
9
{
10
11
extern
SCARAB_API
char
date_time_format
[];
12
13
SCARAB_API
std::string
get_formatted_now
();
14
15
}
/* namespace scarab */
16
17
#endif // SCARAB_TIME_HH_
SCARAB_API
#define SCARAB_API
Definition:
scarab_api.hh:24
scarab
Definition:
authentication.cc:18
scarab_api.hh
scarab::get_formatted_now
std::string get_formatted_now()
Definition:
time.cc:21
scarab::date_time_format
char date_time_format[]
Definition:
time.cc:19
Generated by
1.8.13