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

Interface for pack creation and verification 더 자세히 ...

#include <packMakable.hpp>

by::packMakable에 대한 상속 다이어그램 :
by::autopack by::packLoading by::trustPackLoading by::byeolPackLoading by::cppPackLoading

Public 멤버 함수

virtual nbool parse (errReport &rpt, pack &pak)=0
 Pure virtual method for parsing pack content into source representations.
 
virtual nbool expand (errReport &rpt, pack &pak)=0
 
virtual nbool verify (errReport &rpt, pack &pak)=0
 Pure virtual method for verifying the parsed pack content.
 

상세한 설명

Interface for pack creation and verification

Provides pure virtual methods for parsing and verifying pack content. Implemented by different pack loading strategies to handle pack creation.

멤버 함수 문서화

◆ parse()

virtual nbool by::packMakable::parse ( errReport & rpt,
pack & pak )
pure virtual

Pure virtual method for parsing pack 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::byeolPackLoading, by::cppPackLoading에서 구현되었습니다.

◆ verify()

virtual nbool by::packMakable::verify ( errReport & rpt,
pack & pak )
pure virtual

Pure virtual method for verifying the parsed pack content.

매개변수
rptThe error report to collect any verification errors.
pakThe pack object to verify.
반환값
true if the pack content is successfully verified, false otherwise.

by::trustPackLoading에서 구현되었습니다.


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