ContRap-Core
Public Types | Public Member Functions | Data Fields

crp::Scope::ObjectProperty Class Reference

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.

Detailed Description

Object properties class.


Member Enumeration Documentation

Type of the object property.

Enumerator:
IDENTIFIER 
FUNCTION 

Constructor & Destructor Documentation

crp::Scope::ObjectProperty::ObjectProperty ( ) [inline]

Default constructor.


Field Documentation

Pointer to the object.

Protection flag.

Type of the object.


The documentation for this class was generated from the following file: