is_fun
List of: Typedefs
Subjects: Feature Naming
Contents: Kernel

Purpose: Function pointer type used in various search routines.

Filename: kern/kernel/kernapi/api/kernapi.hxx

Definition: typedef logical (*is_fun)(const ENTITY*);

Description: Function pointer type used in various search routines. Functions named is_<entityclass> (where <entityclass> is the name of a class derived from ENTITY) can be assigned to this pointer to determine if a given object is a specific type of entity (i.e., a specific class derived from ENTITY).
PDF/KERN/43TD.PDF
HTM/DATA/KERN/KERN/43TD/0005.HTM