Soar Kernel
9.3.2 08-06-12
|
#include <soar_module.h>
Inherits soar_module::predicate< T >.
Public Member Functions | |
btw_predicate (T new_min, T new_max, bool new_inclusive) | |
bool | operator() (T val) |
![]() | |
virtual | ~predicate () |
Private Attributes | |
bool | inclusive |
T | my_max |
T | my_min |
Definition at line 82 of file soar_module.h.
|
inline |
Definition at line 90 of file soar_module.h.
|
inlinevirtual |
Reimplemented from soar_module::predicate< T >.
Definition at line 92 of file soar_module.h.
References soar_module::btw_predicate< T >::inclusive, soar_module::btw_predicate< T >::my_max, and soar_module::btw_predicate< T >::my_min.
|
private |
Definition at line 87 of file soar_module.h.
Referenced by soar_module::btw_predicate< T >::operator()().
|
private |
Definition at line 86 of file soar_module.h.
Referenced by soar_module::btw_predicate< T >::operator()().
|
private |
Definition at line 85 of file soar_module.h.
Referenced by soar_module::btw_predicate< T >::operator()().