#include <CPointerPredicate.cpp>
#include "CRegisteredObject.h"
#include <CApplicationRegistry.h>
Go to the source code of this file.
Classes | |
class | CPointerPredicate< T > |
Functions | |
const | STD (string) RegistryName |
|
Encapsulates standard predicates for location monitors. Location monitor predicates are template classes on a type T They must implement the function: bool operator()(T nCurrent) The function returns TRUE if nCurrent satisfies whatever condition the predicate is established on the location. Author: Jason Venema NSCL Michigan State University East Lansing, MI 48824-1321 mailto: venemaja@msu.edu |