Next: , Previous: , Up: Software Evolution Library Index   [Contents][Index]


A.6 SOFTWARE-EVOLUTION-LIBRARY/COMPONENTS/FODDER-DATABASE

Generic Function: database-emptyp [sel/cp/fodder-database] database

Return t if the database is empty, nil otherwise

Method: database-emptyp [sel/cp/fodder-database] (obj pliny-database)

docfixme

Method: database-emptyp [sel/cp/fodder-database] (db in-memory-database)

True if the database db contains no entries

Generic Function: find-macro [sel/cp/fodder-database] database hash

Find the macro in the database matching the parameter hash

Method: find-macro [sel/cp/fodder-database] (obj clang) (hash integer)

Return the macro in obj with the given hash.

Method: find-macro [sel/cp/fodder-database] (obj pliny-database) hash

docfixme

Method: find-macro [sel/cp/fodder-database] (db in-memory-database) hash

docfixme

Generic Function: find-type [sel/cp/fodder-database] database hash

Find the type in the database matching the parameter hash

Method: find-type [sel/cp/fodder-database] (obj clang) (hash integer)

Return the type in obj with the given type hash.

Method: find-type [sel/cp/fodder-database] (obj pliny-database) hash

docfixme

Method: find-type [sel/cp/fodder-database] (db in-memory-database) hash

docfixme

Class: fodder-database [sel/cp/fodder-database]

Class precedence list: fodder-database, searchable, standard-object, slot-object, t

fixme