로딩중...
검색중...
일치하는것 없음
by::modifier 클래스 참조

Access modifier for type members 더 자세히 ...

#include <modifier.hpp>

by::modifier에 대한 상속 다이어그램 :
by::dumModifier

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.


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.:
to Top