Generic containers for storing data of any type. More...
Generic containers for storing data of any type.
Classes | |
| class | AnyBase |
| Base class defining common data possessed by both AnyMap and AnyValue objects. More... | |
| class | AnyValue |
| A wrapper for a variable whose type is determined at runtime. More... | |
| class | AnyMap |
| A map of string keys to values whose type can vary at runtime. More... | |