SERiF 0.0.1a
3+1D Stellar Structure and Evolution
|
Defines types and functions for managing resources. More...
#include <memory>
#include <variant>
#include "opatIO.h"
#include "helm.h"
#include "meshIO.h"
#include "EOSio.h"
Go to the source code of this file.
Namespaces | |
namespace | serif |
namespace | serif::resource |
namespace | serif::resource::types |
Typedefs | |
using | serif::resource::types::Resource |
A variant type that can hold different types of resources. | |
Functions | |
std::string | serif::resource::types::getFirstSegment (const std::string &input) |
Extracts the first segment of a given string. | |
Resource | serif::resource::types::createResource (const std::string &type, const std::string &path) |
Creates a resource based on the specified type and path. | |
Defines types and functions for managing resources.
This file provides type definitions and functions for handling different types of resources in a unified manner.
Definition in file resourceManagerTypes.h.