13 typedef tnchain<std::string, slot> slotChain;
22 typedef nbool (me::*packEvent)(
const slotChain&);
25 void addPath(
const std::string& filePath);
26 void addPath(
const std::vector<std::string> paths);
30 virtual const std::string& getName()
const = 0;
33 const std::vector<std::string>& _getPaths()
const;
36 std::vector<std::string> _paths;
39 typedef std::vector<packLoading*> packLoadings;
Base class for all managed instances in memlite system.
Definition: instance.hpp:20
Base class for pack loading strategies.
Definition: packLoading.hpp:19
Interface for pack creation and verification.
Definition: packMakable.hpp:20
Definition: tnchain.hpp:11