Download of test_tables_check_matched.adb (test_tables_check_matched.adb ( external link: SF.net): 2,077 bytes) will begin shortly. If not so, click link on the left.

檔案信息

檔案大小
2,077 bytes
MD5
90f07e55b4e2c55efe53da0291053990

專案描述

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.