CASObject not equal to a specified type.
More...
#include <casfuncobj.h>
Public Member Functions | |
| CASObjectFindType_Not (int type) | |
| Constructor. | |
| bool | operator() (const CASObject *o) const |
Finds CASObject not equal to a certain type. | |
Private Attributes | |
| int | t |
| Holds the type which is not regarded. | |
CASObjectFindType. It finds CASObjects not equal to a specified type. See castype.h for a list of possible types.
Definition at line 427 of file casfuncobj.h.
int CASObjectFindType_Not::t [private] |
Holds the type which is not regarded.
Definition at line 434 of file casfuncobj.h.
1.4.7