13 typedef tnchain<std::string, pack> packChain;
26 void addPath(
const std::string& filePath);
27 void addPath(
const std::vector<std::string> paths);
31 virtual const std::string& getName()
const = 0;
34 const std::vector<std::string>& _getPaths()
const;
37 std::vector<std::string> _paths;
40 typedef std::vector<packLoading*> packLoadings;
Base class for all managed instances in memlite system.
Definition instance.hpp:41
Base class for pack loading strategies.
Definition packLoading.hpp:20
Interface for pack creation and verification.
Definition packMakable.hpp:22
Rich logging support with polymorphic type conversion.
Definition richLog.hpp:34