Loading...
Searching...
No Matches
trustPodLoading.hpp
Go to the documentation of this file.
1
2#pragma once
3
5
6namespace by {
7
8 class errReport;
9
15 class _nout trustPodLoading: public podLoading {
17
18 public:
19 nbool expand(errReport& rpt, pod& pak) override;
20 nbool verify(errReport& rpt, pod& pak) override;
21 };
22}
Error report collector.
Definition errReport.hpp:24
Pod.
Definition pod.hpp:21
Base class for pod loading strategies.
Definition podLoading.hpp:22
Definition tnarr.hpp:9
Trusted pod loading implementation.
Definition trustPodLoading.hpp:15
nbool verify(errReport &rpt, pod &pak) override
Pure virtual method for verifying the parsed pod content.
to Top