|
|
std::string |
[static]
Returns the full pathname to a file in the mcop directory which is called "name". It will also care that no other characters than A-Z,a-z,0-9,-,_ occur.
The result is something like /tmp/mcop-<username>/name, the directory will be created when necessary.
std::string |
[static]
Returns the fully qualified hostname, such as "www.kde.org" (of course this may fail due to misconfiguration).
The result is "localhost" if nothing at all can be found out.
std::string |
[static]
Returns configuration values from .mcoprc
unsigned long |
[static]
Makes an interface ID from string - if the given string is already known, the returned IID will be the one returned last time. If not, a new IID is generated
const std::vector<std::string> * |
[static]
Returns the directories for the trader to look into
const std::vector<std::string> * |
[static]
Returns the directories from where extensions can be loaded
bool |
[static]
Tokenization of a key = value1, "value 2", "value III" line into the key and the values.
Generated by: stefan@stefan on Sat Feb 24 19:11:23 2001, using kdoc 2.0a47. |