Interface for pod creation and verification 더 자세히 ...
#include <podMakable.hpp>
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.
Pure virtual method for parsing pod content into source representations.
| rpt | The error report to collect any parsing errors. |
| tray | A bicontainable to store intermediate parsed results or components. |
by::byeolPodLoading, by::cppPodLoading에서 구현되었습니다.
Pure virtual method for verifying the parsed pod content.
| rpt | The error report to collect any verification errors. |
| pak | The pod object to verify. |
by::trustPodLoading에서 구현되었습니다.