NEST
2.6.0,not_revisioned_source_dir@0
|
Accessing the underlying vales of class Token and Dictionary entries can be a somewhat tricky issue, depending on how the data type is actually implemented. More...
Modules | |
How to access the value contained in a Token contained in a dictionary. | |
Class Dictionary defines the standard user interface for accessing tokens from dictionaries (see there). | |
How to access the value contained in a Token. | |
Class Token defines the standard user interface for accessing SLI Datum types from tokens (see there). | |
Classes | |
class | Dictionary |
A class that associates names and tokens. More... | |
class | Token |
A type-independent container for C++-types. More... | |
Accessing the underlying vales of class Token and Dictionary entries can be a somewhat tricky issue, depending on how the data type is actually implemented.
The programmer needs detailed knowledge of the implementation (which usually involves an intermediate class which is derived from the generic class Datum.) However, the programmer in almost all cases is only interested in how to get and modify the underlying fundamental C++-types.
The utility functions described in this group aim at simplifying the access to the underlying values by providing template specializations for each fundamental C++-type. The programmer can simply specify the fundamental C++-type to handle, while the implementation details are hidden.