UnaryPredicate
const T* FindIf(const UnaryPredicate<T>&) const;
T* FindIf(const UnaryPredicate<T>&);
bool BinaryInsert(T*, const UnaryPredicate<T>&);
const UnaryPredicate<T>&);
const UnaryPredicate<T>&,
BObjectList<T, O>::FindIf(const UnaryPredicate<T>& predicate) const
BObjectList<T, O>::FindIf(const UnaryPredicate<T>& predicate)
UnaryPredicate<T>::_unary_predicate_glue(const void *item, void *context)
return ((UnaryPredicate<T> *)context)->operator()((const T *)item);
BObjectList<T, O>::FindBinaryInsertionIndex(const UnaryPredicate<T>& pred,
(UnaryPredicateGlue)&UnaryPredicate<T>::_unary_predicate_glue);
BObjectList<T, O>::BinaryInsert(T* item, const UnaryPredicate<T>& pred)
BObjectList<T, O>::BinaryInsertUnique(T* item, const UnaryPredicate<T>& pred)
: UnaryPredicate<MarkerType> {
struct FindColorSchemeByName : public UnaryPredicate<const color_scheme> {
: UnaryPredicate<Breakpoint> {
: UnaryPredicate<Watchpoint> {
struct Equals: public UnaryPredicate<const BCertificate> {