MultiAgentDecisionProcess
Release 0.2.1
|
Type_AOHIndex is a implementation (extenstion) of Type and represents a type in e.g. More...
#include <Type_AOHIndex.h>
Public Member Functions | |
Type * | Clone () const |
Index | GetAOHIndex () const |
Type_AOHIndex & | operator= (const Type_AOHIndex &o) |
Copy assignment operator. | |
std::string | SoftPrint () const |
Type_AOHIndex (Index aohI) | |
(default) Constructor | |
Type_AOHIndex (const Type_AOHIndex &a) | |
Copy constructor. | |
virtual | ~Type_AOHIndex () |
Destructor. | |
![]() | |
SubClass | GetSubClass () const |
Type & | operator= (const Type &o) |
Copy assignment operator. | |
Type (SubClass s=AOHINDEX) | |
(default) Constructor | |
Type (const Type &a) | |
Copy constructor. | |
virtual | ~Type () |
Destructor. |
Private Attributes | |
Index | _m_aohI |
Additional Inherited Members | |
![]() | |
enum | SubClass { UNDEFINED, AOHINDEX, POINTERTUPLE } |
![]() | |
SubClass | _m_sc |
Type_AOHIndex is a implementation (extenstion) of Type and represents a type in e.g.
a BG.
In particular this implementation of Type is a wrapper for an individual action-observation history.
Definition at line 42 of file Type_AOHIndex.h.
|
inline |
(default) Constructor
Definition at line 53 of file Type_AOHIndex.h.
|
inline |
Copy constructor.
Definition at line 58 of file Type_AOHIndex.h.
|
inlinevirtual |
Destructor.
Definition at line 63 of file Type_AOHIndex.h.
|
virtual |
Implements Type.
Definition at line 59 of file Type_AOHIndex.cpp.
|
inline |
Definition at line 73 of file Type_AOHIndex.h.
References _m_aohI.
Type_AOHIndex & Type_AOHIndex::operator= | ( | const Type_AOHIndex & | o | ) |
Copy assignment operator.
Definition at line 47 of file Type_AOHIndex.cpp.
References _m_aohI, and Type::operator=().
|
virtual |
Implements Type.
Definition at line 65 of file Type_AOHIndex.cpp.
|
private |
Definition at line 45 of file Type_AOHIndex.h.
Referenced by GetAOHIndex(), and operator=().