voxelTerrain
Main Page
Classes
Files
Examples
File List
All
Classes
Functions
Variables
Typedefs
Enumerations
Pages
modules
core
source
blub
core
dateTime.hpp
1
#ifndef DATETIME_HPP
2
#define DATETIME_HPP
3
4
#include "blub/core/string.hpp"
5
6
7
namespace
blub
8
{
9
10
class
dateTime
11
{
12
public
:
13
// converts to YYYY-mmm-DD HH:MM::SS.ffffff / YYYY-mmm-DD HH:MM::SS.fffffff
14
static
string
getUniversalTimeString();
15
16
};
17
18
}
19
20
#endif // DATETIME_HPP
blub::dateTime
Definition:
dateTime.hpp:10
blub
Definition:
deadlineTimer.hpp:10
Generated on Sat Jan 31 2015 13:35:22 for voxelTerrain by
1.8.8