$darkmode
Elektra 0.11.0
|
This is the complete list of members for kdb::Key, including all inherited members.
addBaseName(const std::string &baseName) | kdb::Key | inline |
clear() | kdb::Key | inline |
copy(const Key &other, elektraCopyFlags flags=KEY_CP_ALL) | kdb::Key | inline |
copyAllMeta(const Key &other) | kdb::Key | inline |
copyMeta(const Key &other, const std::string &metaName) | kdb::Key | inline |
delBaseName() | kdb::Key | inline |
delMeta(const std::string &metaName) | kdb::Key | inline |
dup(elektraCopyFlags flags=KEY_CP_ALL) const | kdb::Key | inline |
get() const | kdb::Key | inline |
getBaseName() const | kdb::Key | inline |
getBaseNameSize() const | kdb::Key | inline |
getBinary() const | kdb::Key | inline |
getBinarySize() const | kdb::Key | inline |
getFunc() const | kdb::Key | inline |
getKey() const | kdb::Key | inline |
getMeta(const std::string &metaName) const | kdb::Key | inline |
getName() const | kdb::Key | inline |
getNameSize() const | kdb::Key | inline |
getNamespace() const | kdb::Key | inline |
getReferenceCounter() const | kdb::Key | inline |
getString() const | kdb::Key | inline |
getStringSize() const | kdb::Key | inline |
getValue() const | kdb::Key | inline |
hasMeta(const std::string &metaName) const | kdb::Key | inline |
isBelow(std::string const &name) const | kdb::Key | inline |
isBelow(const Key &k) const | kdb::Key | inline |
isBelowOrSame(std::string const &name) const | kdb::Key | inline |
isBelowOrSame(const Key &k) const | kdb::Key | inline |
isBinary() const | kdb::Key | inline |
isCascading() const | kdb::Key | inline |
isDir() const | kdb::Key | inline |
isDirectBelow(std::string const &name) const | kdb::Key | inline |
isDirectBelow(const Key &k) const | kdb::Key | inline |
isMetaLocked() const | kdb::Key | inline |
isNameLocked() const | kdb::Key | inline |
isNull() const | kdb::Key | inline |
isProc() const | kdb::Key | inline |
isSpec() const | kdb::Key | inline |
isString() const | kdb::Key | inline |
isSystem() const | kdb::Key | inline |
isUser() const | kdb::Key | inline |
isValid() const | kdb::Key | inline |
isValueLocked() const | kdb::Key | inline |
Key() | kdb::Key | inline |
Key(ckdb::Key *k) | kdb::Key | inline |
Key(Key &k) | kdb::Key | inline |
Key(Key const &k) | kdb::Key | inline |
Key(const char *keyName,...) | kdb::Key | inlineexplicit |
Key(const std::string keyName,...) | kdb::Key | inlineexplicit |
Key(const char *keyName, va_list ap) | kdb::Key | inlineexplicit |
operator bool() const | kdb::Key | inline |
operator!=(const Key &k) const | kdb::Key | inline |
operator*() const | kdb::Key | inline |
operator++(int) const | kdb::Key | inline |
operator++() const | kdb::Key | inline |
operator--(int) const | kdb::Key | inline |
operator--() const | kdb::Key | inline |
operator->() | kdb::Key | inline |
operator<(const Key &other) const | kdb::Key | inline |
operator<=(const Key &other) const | kdb::Key | inline |
operator=(ckdb::Key *k) | kdb::Key | inline |
operator=(const Key &k) | kdb::Key | inline |
operator==(const Key &k) const | kdb::Key | inline |
operator>(const Key &other) const | kdb::Key | inline |
operator>=(const Key &other) const | kdb::Key | inline |
release() | kdb::Key | inline |
set(T x) | kdb::Key | inline |
setBaseName(const std::string &baseName) | kdb::Key | inline |
setBinary(const void *newBinary, size_t dataSize) | kdb::Key | inline |
setMeta(const std::string &metaName, T x) | kdb::Key | inline |
setName(const std::string &newName) | kdb::Key | inline |
setNamespace(ElektraNamespace ns) const | kdb::Key | inline |
setString(const char *newString) | kdb::Key | inline |
~Key() | kdb::Key | inline |