author | Sebastian Harl <sh@tokkee.org> | |
Thu, 5 Mar 2015 20:25:40 +0000 (21:25 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 5 Mar 2015 20:25:40 +0000 (21:25 +0100) | ||
commit | 47a1228872b3df692d8b17b7b85d1a863faf4fd7 | |
tree | 2dc470c7e9a7031e91418bf8ce4e3e2e0e061ed8 | tree | snapshot |
parent | ff6cf34ee7a8db747d8284b5c5532f8d13b7cea5 | commit | diff |
store: Add support for iterable expressions.
It can be used to iterate through either the list of child nodes or through
arbitrary arrays. An expression is iterable either if it stores / evaluates to
an array or if it's a typed expression evaluated in the context of an object
where the specified type represents child nodes.
It can be used to iterate through either the list of child nodes or through
arbitrary arrays. An expression is iterable either if it stores / evaluates to
an array or if it's a typed expression evaluated in the context of an object
where the specified type represents child nodes.
src/core/store_expr.c | diff | blob | history | |
src/include/core/store.h | diff | blob | history |