|
CACAO
|
Go to the source code of this file.
Data Structures | |
| struct | assertion_name_t |
Typedefs | |
| typedef struct assertion_name_t | assertion_name_t |
Functions | |
| void | assertion_ea_da (const char *name, bool enabled) |
Variables | |
| List< assertion_name_t * > * | list_assertion_names |
| int32_t | assertion_class_count |
| int32_t | assertion_package_count |
| bool | assertion_user_enabled |
| bool | assertion_system_enabled |
| typedef struct assertion_name_t assertion_name_t |
Definition at line 38 of file assertion.hpp.
| void assertion_ea_da | ( | const char * | name, |
| bool | enabled | ||
| ) |
Definition at line 55 of file assertion.cpp.
| int32_t assertion_class_count |
Definition at line 43 of file assertion.cpp.
| int32_t assertion_package_count |
Definition at line 44 of file assertion.cpp.
| bool assertion_system_enabled |
Definition at line 46 of file assertion.cpp.
| bool assertion_user_enabled |
Definition at line 45 of file assertion.cpp.
| List<assertion_name_t*>* list_assertion_names |
Definition at line 42 of file assertion.cpp.
1.8.5