The library provvides a way of storing variables and associated values. Each variable has a name and an array of string values. The variables are type-less, but a conversion to/from string always exists. The class that actually stores the name and values ( VarData is reference-counted, with the map holding a reference to it. This makes possible to use same variable in two different variable maps, with changes in one being seen in the other. Depedencies: Related source code documentation: VarMap, VarData
|