|
Katana Plug-in APIs 0.1
|
#include <FnConfig.h>
Static Public Member Functions | |
| static bool | has (const std::string &key) |
| static std::string | get (const std::string &key) |
| static void | exportConfiguration (std::map< std::string, std::string > &exportedConfig) |
Provides a number of static methods to access the configuration of the currently running Katana session.
| static void Foundry::Katana::Config::exportConfiguration | ( | std::map< std::string, std::string > & | exportedConfig | ) | [static] |
| exportedConfig | A map that will be filled with the keys and values stored in the configuration. |
| static std::string Foundry::Katana::Config::get | ( | const std::string & | key | ) | [static] |
| key | The key of the configuration entry whose value to retrieve. |
| static bool Foundry::Katana::Config::has | ( | const std::string & | key | ) | [static] |
| key | The key of the configuration entry to be queried. |
1.7.3