5 #include <libutl/Array.h> 6 #include <libutl/Predicate.h> 47 virtual bool eval(
const Object*
object)
const;
#define UTL_CLASS_DEFID
Default init() and deInit() (which are merely place-holders).
void serialize(bool &b, Stream &stream, uint_t io, uint_t mode=ser_default)
Serialize a boolean.
default representation (via getSerializeMode())
#define UTL_CLASS_DECL(DC, BC)
Declaration of standard UTL++ functionality for a non-template class.
SortedCollection that stores objects in an array.
void copy(T *dest, const T *src, size_t len)
Copy one array of objects to another.
Logical predicate abstraction.
Filesystem object filter.
unsigned int uint_t
Unsigned integer.
Root of UTL++ class hierarchy.