Advisor with index information. More...
#include <recorder.hpp>
Public Member Functions | |
Idx (Space &home, Propagator &p, Council< Idx > &c, int i) | |
Constructor for creation. More... | |
Idx (Space &home, Idx &a) | |
Constructor for cloning a. More... | |
int | idx (void) const |
Get index of view. More... | |
![]() | |
template<class A > | |
Advisor (Space &home, Propagator &p, Council< A > &c) | |
Constructor for creation. More... | |
Advisor (Space &home, Advisor &a) | |
Copying constructor. More... | |
const ViewTraceInfo & | operator() (const Space &home) const |
Provide access to view trace information. More... | |
template<class A > | |
void | dispose (Space &home, Council< A > &c) |
Dispose the advisor. More... | |
Protected Attributes | |
int | _idx |
Index information. More... | |
Additional Inherited Members | |
![]() | |
static void * | operator new (size_t s, Space &home) |
Allocate memory from space. More... | |
static void | operator delete (void *p, Space &home) |
No-op for exceptions. More... | |
![]() | |
Propagator & | propagator (void) const |
Return the advisor's propagator. More... | |
Advisor with index information.
Definition at line 91 of file recorder.hpp.
|
inline |
Constructor for creation.
Definition at line 244 of file recorder.hpp.
|
inline |
Constructor for cloning a.
Definition at line 249 of file recorder.hpp.
|
inline |
Get index of view.
Definition at line 254 of file recorder.hpp.
|
protected |
Index information.
Definition at line 94 of file recorder.hpp.