|
int | kdb::goptsContract (kdb::KeySet &contract, int argc, const char *const *argv, const char *const *envp, const kdb::Key &parentKey, kdb::KeySet &goptsConfig) |
|
int | kdb::goptsContract (kdb::KeySet &contract, const std::string &argsString, const std::string &envString, const kdb::Key &parentKey, kdb::KeySet &goptsConfig) |
| Prefer to use goptsContract with argc, argv and envp if possible (especially when you are calling this in your main function) More...
|
|
int | kdb::goptsContract (kdb::KeySet &contract, const std::vector< std::string > &args, const std::vector< std::string > &env, const kdb::Key &parentKey, kdb::KeySet &goptsConfig) |
| Prefer to use goptsContract with argc, argv and envp if possible (especially when you are calling this in your main function) More...
|
|