로딩중...
검색중...
일치하는것 없음
by::manifest 구조체 참조

pod manifest information 더 자세히 ...

#include <manifest.hpp>

by::manifest에 대한 상속 다이어그램 :
by::validable

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 ncharDEFAULT_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.

멤버 함수 문서화

◆ isValid()

nbool by::manifest::isValid ( ) const
overridevirtual

by::validable를 구현.


이 구조체에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.:
to Top