Index: ossp-pkg/val/TODO RCS File: /v/ossp/cvs/ossp-pkg/val/TODO,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/val/TODO,v' 2>/dev/null --- TODO 2002/01/16 14:09:18 1.4 +++ TODO 2002/05/27 15:34:33 1.5 @@ -2,3 +2,15 @@ TODO ---- +o dynamic variables: function pointer for set/get + +o in combination with var lookups, each variable should have dump/print/output + feature/function which results the value (integer, string, struct, etc.) always as a string + (stringify function) + +o access control feature: val_reg(, ...) + val_get(, ...) + for use in combination with var in order to allow all internals to be stored + and registered in val structure but allow variable lookups only to access + public/whatever type variables. +