Elements 6.3.1
A C++ base framework for the Euclid Software.
Loading...
Searching...
No Matches
Elements::Kernel::Configuration Namespace Reference

Functions

ELEMENTS_API std::string getVariableName ()
 alias for the getAuxiliaryVariableName function
 
template<typename T >
ELEMENTS_API Path::Item getPath (const T &file_name, bool raise_exception=true)
 alias for the getAuxiliaryPath function
 
template ELEMENTS_API Path::Item getPath (const Path::Item &file_name, bool raise_exception)
 
template ELEMENTS_API Path::Item getPath (const std::string &file_name, bool raise_exception)
 
ELEMENTS_API std::vector< Path::ItemgetLocations (bool exist_only=false)
 alias for the getConfigurationLocations function
 

Function Documentation

◆ getPath() [1/2]

template Path::Item Elements::Kernel::Configuration::getPath ( const Path::Item & file_name,
bool raise_exception )
extern

◆ getPath() [2/2]

template Path::Item Elements::Kernel::Configuration::getPath ( const std::string & file_name,
bool raise_exception )
extern