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

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

#include <podMakable.hpp>

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

Public 멤버 함수

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

상세한 설명

Interface for pod creation and verification

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

멤버 함수 문서화

◆ parse()

virtual nbool by::podMakable::parse ( errReport & rpt,
pod & pak )
pure virtual

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::byeolPodLoading, by::cppPodLoading에서 구현되었습니다.

◆ verify()

virtual nbool by::podMakable::verify ( errReport & rpt,
pod & pak )
pure virtual

Pure virtual method for verifying the parsed pod content.

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

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


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