author | Sebastian Harl <sh@tokkee.org> | |
Sun, 27 Jul 2014 21:06:03 +0000 (23:06 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 27 Jul 2014 21:06:03 +0000 (23:06 +0200) | ||
commit | 1bbf53aa65770eeb26dbdbeb4de3871ad42cb9dd | |
tree | 138f8eca45cc8947235e58dea1b44261da50e84e | tree | snapshot |
parent | 812d8a3d3bb4d41ac66294ee1652708b19502eb2 | commit | diff |
data: Added sdb_data_expr_eval().
This function may be used to evaluate simple operation expressions on data
values. Supported operators are +, -, *, /, %, and (for string and binary
values) concatenation.
This function may be used to evaluate simple operation expressions on data
values. Supported operators are +, -, *, /, %, and (for string and binary
values) concatenation.
src/Makefile.am | diff | blob | history | |
src/core/data.c | diff | blob | history | |
src/include/core/data.h | diff | blob | history | |
t/unit/core/data_test.c | diff | blob | history |