table of contents
| 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
- KDB_O_SPEC
- Use the passed key as specification, instead of looking up the specification first.
- KDB_O_CREATE
- Create the key if it was not found.
- KDB_O_NOCASCADING
- Disable cascading search for keys starting with /.
- KDB_O_NOSPEC
- Do not use specification for cascading keys (internal)
- KDB_O_NODEFAULT
- Do not honor the default spec (internal)
- KDB_O_CALLBACK
- 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 |