Data Fields | |
| int | n |
| Number of countries in the db. | |
| struct _ctry * | ctries |
| List of countries. | |
| size_t | siz |
| Total size of the database. | |
| int _db::n |
Number of countries in the db.
struct _ctry* _db::ctries [read] |
List of countries.
| size_t _db::siz |
Total size of the database.
1.5.6