MultiAgentDecisionProcess
Release 0.2.1
Main Page
Namespaces
Classes
Files
File List
File Members
JointHistory.h
Go to the documentation of this file.
1
28
/* Only include this header file once. */
29
#ifndef _JOINTHISTORY_H_
30
#define _JOINTHISTORY_H_ 1
31
32
/* the include directives */
33
#include <iostream>
34
#include "
Globals.h
"
35
#include "
History.h
"
36
38
class
JointHistory
:
public
History
39
{
40
private
:
41
42
protected
:
43
44
public
:
45
// Constructor, destructor and copy assignment.
47
JointHistory
(){};
49
virtual
~JointHistory
(){};
50
51
};
52
53
54
#endif
/* !_JOINTHISTORY_H_ */
55
56
// Local Variables: ***
57
// mode:c++ ***
58
// End: ***
src
support
JointHistory.h
Generated on Mon Sep 23 2013 14:50:06 for MultiAgentDecisionProcess by
1.8.1.2