Entry point definition for pod loading. More...
#include <manifest.hpp>
Public Member Functions | |
| entrypoint (const std::string &newLang, const std::vector< std::string > &newPaths) | |
| nbool | isValid () const override |
Public Attributes | |
| std::string | lang |
| std::vector< std::string > | paths |
Entry point definition for pod loading.
Defines language and file paths for pod entry points.
|
overridevirtual |
Implements by::validable.