Access modifier for type members 더 자세히 ...
#include <modifier.hpp>
Public 멤버 함수 | |
| modifier (nbool newPublic, nbool newExplicitOverride) | |
| virtual nbool | isPublic () const |
| virtual void | setPublic (nbool newPublic) |
| virtual nbool | isExplicitOverride () const |
| virtual void | setExplicitOverride (nbool isOverride) |
Access modifier for type members
Represents access modifiers for functions or properties belonging to types. The byeol language has only three types of modifiers: public/protected/override.