Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::paths::resources Namespace Reference

Functions

static std::string prvPathResource (const std::string_view folderResource, const std::string_view nameResource, const std::string_view ext)
 
std::string getResource (const std::string_view nameResource, const std::string_view ext)
 
std::string getMimicResource (const std::string_view nameResource, const std::string_view ext)
 

Variables

static const std::string kPrvFolderResources = "../resources"
 
static const std::string kPrvFolderResourcesMimics = "../resources/mimic"
 

Function Documentation

◆ getMimicResource()

std::string iv::paths::resources::getMimicResource ( const std::string_view nameResource,
const std::string_view ext )

◆ getResource()

std::string iv::paths::resources::getResource ( const std::string_view nameResource,
const std::string_view ext )

Add Resource Path to name file and extension

Parameters
nameResourceName of the resource
extExtension of the resource
Returns
Return complete path of resource

◆ prvPathResource()

static std::string iv::paths::resources::prvPathResource ( const std::string_view folderResource,
const std::string_view nameResource,
const std::string_view ext )
static

Variable Documentation

◆ kPrvFolderResources

const std::string iv::paths::resources::kPrvFolderResources = "../resources"
static

◆ kPrvFolderResourcesMimics

const std::string iv::paths::resources::kPrvFolderResourcesMimics = "../resources/mimic"
static