pod manifest information 더 자세히 ...
#include <manifest.hpp>
Public 멤버 함수 | |
| manifest (const std::string &newName) | |
| manifest (const std::string &newName, const std::string &newFilePath, const std::string &newAuthor, const std::string &newVer, const entrypoints &newPoints) | |
| nbool | isValid () const override |
Public 속성 | |
| std::string | name |
| std::string | filePath |
| std::string | author |
| std::string | version |
| std::string | ver |
| entrypoints | points |
정적 Public 속성 | |
| static constexpr const nchar * | DEFAULT_NAME = "{default}" |
pod manifest information
An object containing basic information for loading a pod, written in the stela language. Parsed from a manifest.stela file using the stela module.
|
overridevirtual |
by::validable를 구현.