Data Fields | |
| int | id |
| Country ID. | |
| int | n |
| Number of mobile networks in the country. | |
| int | siz |
| Size of the whole country tree. | |
| struct _net * | nets |
| Networks available in the country. | |
| struct _ctry * | next |
| Next element in the list. | |
| int _ctry::id |
Country ID.
| int _ctry::n |
Number of mobile networks in the country.
Number of mobile networks in the list pointed by nets.
| int _ctry::siz |
Size of the whole country tree.
Size in bytes of this structure + total size of all mobile network trees belonging to this country.
struct _net* _ctry::nets [read] |
Networks available in the country.
struct _ctry* _ctry::next [read] |
Next element in the list.
1.5.6