Interface for pack creation and verification. More...
#include <packMakable.hpp>
Public Member Functions | |
| virtual tstr< srcs > | parse (errReport &rpt, bicontainable &tray)=0 |
| virtual nbool | verify (errReport &rpt, obj &pak)=0 |
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.