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

Byeol script pod loading implementation 더 자세히 ...

#include <byeolPodLoading.hpp>

by::byeolPodLoading에 대한 상속 다이어그램 :
by::trustPodLoading by::podLoading by::podMakable

Public 멤버 함수

nbool parse (errReport &rpt, pod &pak) override
 Pure virtual method for parsing pod content into source representations.
 
nbool expand (errReport &rpt, pod &pak) override
 
const std::string & getName () const override
 
- by::trustPodLoading(으)로부터 상속된 Public 멤버 함수
nbool expand (errReport &rpt, pod &pak) override
 
nbool verify (errReport &rpt, pod &pak) override
 Pure virtual method for verifying the parsed pod content.
 
- by::podLoading(으)로부터 상속된 Public 멤버 함수
void addPath (const std::string &filePath)
 
void addPath (const std::vector< std::string > paths)
 
virtual void rel ()
 

추가로 상속된 멤버들

- by::podLoading(으)로부터 상속된 Protected 멤버 함수
const std::vector< std::string > & _getPaths () const
 
virtual void _tryDump (const errReport &rpt, const pod &pak, ncnt prevCnt) const
 

상세한 설명

Byeol script pod loading implementation

Loads pods written in the Byeol language. Uses the parser to convert source code into AST nodes.

멤버 함수 문서화

◆ expand()

nbool by::byeolPodLoading::expand ( errReport & rpt,
pod & pak )
overridevirtual

by::podMakable를 구현.

◆ getName()

const std::string & by::byeolPodLoading::getName ( ) const
overridevirtual

by::podLoading를 구현.

◆ parse()

nbool by::byeolPodLoading::parse ( errReport & rpt,
pod & pak )
overridevirtual

Pure virtual method for parsing pod content into source representations.

매개변수
rptThe error report to collect any parsing errors.
trayA bicontainable to store intermediate parsed results or components.
반환값
true if success.

by::podMakable를 구현.


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