13 typedef tnchain<std::string, pod> podChain;
28 void addPath(
const std::string& filePath);
29 void addPath(
const std::vector<std::string> paths);
33 virtual const std::string& getName()
const = 0;
36 const std::vector<std::string>& _getPaths()
const;
40 std::vector<std::string> _paths;
43 typedef std::vector<podLoading*> podLoadings;
Error report collector.
Definition errReport.hpp:24
Pod.
Definition pod.hpp:21
Base class for pod loading strategies.
Definition podLoading.hpp:22
Interface for pod creation and verification.
Definition podMakable.hpp:22