SERiF 0.0.1a
3+1D Stellar Structure and Evolution
|
#include <string>
#include "resourceManagerTypes.h"
#include "opatIO.h"
#include "meshIO.h"
#include "EOSio.h"
#include "debug.h"
Go to the source code of this file.
Namespaces | |
namespace | serif |
namespace | serif::resource |
namespace | serif::resource::types |
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. | |