CACAO
|
Go to the source code of this file.
Functions | |
bool | access_is_accessible_class (classinfo *referer, classinfo *cls) |
bool | access_is_accessible_member (classinfo *referer, classinfo *declarer, s4 memberflags) |
bool | access_check_field (fieldinfo *f, int callerdepth) |
bool | access_check_method (methodinfo *m, int callerdepth) |
bool access_check_field | ( | fieldinfo * | f, |
int | callerdepth | ||
) |
Definition at line 208 of file access.cpp.
bool access_check_method | ( | methodinfo * | m, |
int | callerdepth | ||
) |
Definition at line 271 of file access.cpp.
Definition at line 66 of file access.cpp.
Definition at line 125 of file access.cpp.