#include "countrycodes.h"#include <wx/intl.h>#include <map>
Go to the source code of this file.
Functions | |
| void | InitTable () |
| wxString | GetFlagNameFromCountryCode (const wxString &cc) |
Variables | |
| static std::map< wxString, wxString > | m_cc_table |
Definition at line 257 of file countrycodes.cpp.
| void InitTable | ( | ) |
Definition at line 8 of file countrycodes.cpp.
std::map<wxString,wxString> m_cc_table [static] |
Definition at line 6 of file countrycodes.cpp.
1.6.3