ContRap-Core
|
Object properties class. More...
#include <scope.h>
Public Types | |
enum | Type { IDENTIFIER, FUNCTION } |
Type of the object property. More... | |
Public Member Functions | |
ObjectProperty () | |
Default constructor. | |
Data Fields | |
DPtr | object |
Pointer to the object. | |
Type | type |
Type of the object. | |
bool | protect |
Protection flag. |
Object properties class.
crp::Scope::ObjectProperty::ObjectProperty | ( | ) | [inline] |
Default constructor.
Pointer to the object.
Protection flag.
Type of the object.