
| Public Attributes | |
| int | value = 99 | 
|  Public Attributes inherited from TestProperties | |
| int | value = 1 | 
| Static Public Attributes | |
| static int | static_value = 99 | 
|  Static Public Attributes inherited from TestProperties | |
| static int | static_value = 1 | 
| Additional Inherited Members | |
|  Public Member Functions inherited from TestProperties | |
| int | get () const | 
| void | set (int v) | 
|  Static Public Member Functions inherited from TestProperties | |
| static int | static_get () | 
| static void | static_set (int v) | 
Definition at line 96 of file test_methods_and_attributes.cpp.
| 
 | static | 
Definition at line 98 of file test_methods_and_attributes.cpp.
| int TestPropertiesOverride::value = 99 | 
Definition at line 97 of file test_methods_and_attributes.cpp.