company logo

read_only - Read only class member

The class member is read only, when being referenced from other classes, that do not inherit from this class. In this case a const get_ function is generated for the member, when being defined as protected. The option makes sense for complex data types or strings, only.

Notes:

This feature is not yet supported

Type: logical