Scarab  v3.4.3
Project 8 C++ Utility Library
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_
#define SCARAB_API
Definition: scarab_api.hh:24
std::string get_formatted_now()
Definition: time.cc:21
char date_time_format[]
Definition: time.cc:19