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

C++ native pod loading implementation 더 자세히 ...

#include <cppPodLoading.hpp>

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

Public 멤버 함수

nbool parse (errReport &rpt, pod &pak) override
 Pure virtual method for parsing pod content into source representations.
 
const std::string & getName () const override
 
void rel () 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)
 

추가로 상속된 멤버들

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

상세한 설명

C++ native pod loading implementation

Specialized pod loader for C++ native libraries and modules. Handles dynamic library loading and native code integration with byeol.

멤버 함수 문서화

◆ getName()

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

by::podLoading를 구현.

◆ parse()

nbool by::cppPodLoading::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를 구현.

◆ rel()

void by::cppPodLoading::rel ( )
overridevirtual

by::podLoading(으)로부터 재구현되었습니다.


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