CASObject according to its type.
More...
#include <casfuncobj.h>
Public Member Functions | |
| CASObjectFindType (int type) | |
| Constructor. | |
| bool | operator() (const CASObject *o) const |
| Function operator for searching for a specific type. | |
Private Attributes | |
| int | t |
| Holds the type to search for. | |
CASObject according its type. For possible types see castype.h.
It is derived from std::unary_function.
Definition at line 400 of file casfuncobj.h.
int CASObjectFindType::t [private] |
Holds the type to search for. For possible values see castype.h.
Definition at line 408 of file casfuncobj.h.
1.4.7