CppUTest
Main Page
Related Pages
Classes
Files
File List
scripts
CppUnitTemplates
ProjectTemplate
include
util
ProjectBuildTime.h
1
#ifndef D_ProjectBuildTime_H
2
#define D_ProjectBuildTime_H
3
5
//
6
// ProjectBuildTime is responsible for recording and reporting when
7
// this project library was built
8
//
10
11
class
ProjectBuildTime
12
{
13
public
:
14
explicit
ProjectBuildTime
();
15
virtual
~
ProjectBuildTime
();
16
17
const
char
* GetDateTime();
18
19
private
:
20
21
const
char
* dateTime;
22
23
ProjectBuildTime
(
const
ProjectBuildTime
&);
24
ProjectBuildTime
& operator=(
const
ProjectBuildTime
&);
25
26
};
27
28
#endif // D_ProjectBuildTime_H
ProjectBuildTime
Definition:
ProjectBuildTime.h:11
Generated on Fri Feb 26 2016 15:48:38 for CppUTest by
1.8.8