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

Definition block for organizing object definitions 더 자세히 ...

#include <defBlock.hpp>

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

Public 멤버 함수

me & addCommon (node &stmt)
 
me & addCommon (node *it) BY_SIDE_FUNC(it
 
me & addScope (const std::string &name, node &stmt)
 
me & addScope (const std::string *name, node &stmt) BY_SIDE_FUNC(name
 
me & addScope (const std::string &name, node *it) BY_SIDE_FUNC(it
 
me addScope (name, *it)
 
me & addScope (const std::string *name, node *stmt) BY_SIDE_FUNC(name &&stmt
 
me & expand (node &stmt)
 
me & expand (node *it) BY_SIDE_FUNC(it
 
const narrgetExpands () const
 
scopegetScope ()
 
const scopegetScope () const BY_CONST_FUNC(getScope()) const narr &getCommon() const
 

Public 속성

me addCommon it
 
me addCommon * this
 
me addScope name
 
me addScope * this
 
me * this
 
me expand it
 
me expand * this
 

상세한 설명

Definition block for organizing object definitions

Manages scoped definitions, common statements, and expansion operations. Used during parsing to organize class and object member definitions.


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