Scroll to navigation

proposal(3elektra) Elektra proposal(3elektra)

NAME

proposal - Might be added to, changed or removed from future Elektra releases.

SYNOPSIS

Modules


API Proposals for Elektra
for kdb.h. Meta Data proposal+compatibility
Meta data proposal+compatibility methods.

Enumerations


enum elektraLockOptions
Lock options. enum elektraLookupOptions { KDB_O_SPEC = 1 << 15, KDB_O_CREATE = 1 << 16, KDB_O_NOCASCADING = 1 << 17, KDB_O_NOSPEC = 1 << 18, KDB_O_NODEFAULT = 1 << 19, KDB_O_CALLBACK = 1 << 20 }
More lookup options.

Detailed Description

Might be added to, changed or removed from future Elektra releases.

Enumeration Type Documentation

enum elektraLookupOptions

More lookup options.

Enumerator

Use the passed key as specification, instead of looking up the specification first.
Create the key if it was not found.
Disable cascading search for keys starting with /.
Do not use specification for cascading keys (internal)
Do not honor the default spec (internal)
For spec/ lookups that traverse deeper into hierarchy (callback in ksLookup())

Author

Generated automatically by Doxygen for Elektra from the source code.

Mon Jan 15 2018 Version 0.8.20