CACAO
|
Go to the source code of this file.
Functions | |
void | assertion_ea_da (const char *name, bool enabled) |
Variables | |
List< assertion_name_t * > * | list_assertion_names = NULL |
int32_t | assertion_class_count = 0 |
int32_t | assertion_package_count = 0 |
bool | assertion_user_enabled = false |
bool | assertion_system_enabled = false |
void assertion_ea_da | ( | const char * | name, |
bool | enabled | ||
) |
Definition at line 55 of file assertion.cpp.
int32_t assertion_class_count = 0 |
Definition at line 43 of file assertion.cpp.
int32_t assertion_package_count = 0 |
Definition at line 44 of file assertion.cpp.
bool assertion_system_enabled = false |
Definition at line 46 of file assertion.cpp.
bool assertion_user_enabled = false |
Definition at line 45 of file assertion.cpp.
List<assertion_name_t*>* list_assertion_names = NULL |
Definition at line 42 of file assertion.cpp.