Loading...
Searching...
No Matches
by::manifest Struct Reference

pod manifest information More...

#include <manifest.hpp>

Inheritance diagram for by::manifest:
by::validable

Public Member Functions

 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 Attributes

std::string name
 
std::string filePath
 
std::string author
 
std::string version
 
std::string ver
 
entrypoints points
 

Static Public Attributes

static constexpr const ncharDEFAULT_NAME = "{default}"
 

Detailed Description

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.

Member Function Documentation

◆ isValid()

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

Implements by::validable.


The documentation for this struct was generated from the following file:
to Top