|
Ice 3.7 C++11 API Reference
|
This is the complete list of members for Ice::Properties, including all inherited members.
| clone() noexcept=0 | Ice::Properties | pure virtual |
| getCommandLineOptions() noexcept=0 | Ice::Properties | pure virtual |
| getPropertiesForPrefix(const ::std::string &prefix) noexcept=0 | Ice::Properties | pure virtual |
| getProperty(const ::std::string &key) noexcept=0 | Ice::Properties | pure virtual |
| getPropertyAsInt(const ::std::string &key) noexcept=0 | Ice::Properties | pure virtual |
| getPropertyAsIntWithDefault(const ::std::string &key, int value) noexcept=0 | Ice::Properties | pure virtual |
| getPropertyAsList(const ::std::string &key) noexcept=0 | Ice::Properties | pure virtual |
| getPropertyAsListWithDefault(const ::std::string &key, const StringSeq &value) noexcept=0 | Ice::Properties | pure virtual |
| getPropertyWithDefault(const ::std::string &key, const ::std::string &value) noexcept=0 | Ice::Properties | pure virtual |
| load(const ::std::string &file)=0 | Ice::Properties | pure virtual |
| parseCommandLineOptions(const ::std::string &prefix, const StringSeq &options)=0 | Ice::Properties | pure virtual |
| parseIceCommandLineOptions(const StringSeq &options)=0 | Ice::Properties | pure virtual |
| setProperty(const ::std::string &key, const ::std::string &value)=0 | Ice::Properties | pure virtual |
| ~Properties() | Ice::Properties | virtual |