|
Falaise
4.0.1
SuperNEMO Software Toolkit
|
Namespaces | |
| app | |
| common | |
| config | |
| detail | |
| processing | |
| tags | |
Classes | |
| class | ResourceInitializationException |
| Exception class for bad resource initialization. More... | |
| class | UnknownResourceException |
| Exception class for unknown resources. More... | |
| struct | version |
| Describe the falaise API version and features. More... | |
Enumerations | |
| enum | exit_code { EXIT_OK = 0, EXIT_USAGE = 64, EXIT_UNAVAILABLE = 69 } |
| enumerator holding exit code values More... | |
Functions | |
| void | initialize (int argc_=0, char *argv_[]=0, uint32_t flags_=0) |
| Initialize resources of the Falaise library. More... | |
| void | terminate () |
| Terminate resources of the Falaise library. More... | |
| void | init_resources () |
| std::string | get_resource_dir () |
| Return URL, i.e. a path, to the base directory where resource files are installed. More... | |
| std::string | get_resource (const std::string &rname) |
| Return URL, i.e. a path, to named resource. More... | |
| std::string | get_plugin_dir () |
| //! Return URL, i.e. a path, to the base directory where plugin DLL files are installed More... | |
| std::string | get_plugin (const std::string &rname) |
| Return URL, i.e. a path, to named resource. More... | |
| enum falaise::exit_code |
| std::string falaise::get_plugin | ( | const std::string & | rname | ) |
Return URL, i.e. a path, to named resource.
| std::string falaise::get_plugin_dir | ( | ) |
//! Return URL, i.e. a path, to the base directory where plugin DLL files are installed
| std::string falaise::get_resource | ( | const std::string & | rname | ) |
Return URL, i.e. a path, to named resource.
| std::string falaise::get_resource_dir | ( | ) |
Return URL, i.e. a path, to the base directory where resource files are installed.
| void falaise::init_resources | ( | ) |
Initialize the library resource paths
| ResourceInitializationException | when library cannot self locate |
| void falaise::initialize | ( | int | argc_ = 0, |
| char * | argv_[] = 0, |
||
| uint32_t | flags_ = 0 |
||
| ) |
Initialize resources of the Falaise library.
| void falaise::terminate | ( | ) |
Terminate resources of the Falaise library.
1.8.15