Download of test_tables_check_spelling.adb (test_tables_check_spelling.adb ( external link: SF.net): 2,525 字节) will begin shortly. If not so, click link on the left.

文件信息

文件大小
2,525 字节
MD5
48fe6b28d6c1c064081401db9db6d13d

项目描述

This library provides an implementation of tables indexed by strings. The binary search is used for names of known length. It is also possible to search a table for names of unknown length, i.e. to parse a string using some table. Table elements can be of any private type. Key- insensitive tables are supported.