|
Finance manager
Лабораторна робота №2 - Документація коду
|
This is the complete list of members for CurrencyConverter, including all inherited members.
| apiKey | CurrencyConverter | |
| apiUrl | CurrencyConverter | |
| baseCurrency | CurrencyConverter | |
| cacheTimeout | CurrencyConverter | |
| convert(double amount, const std::string &from, const std::string &to) | CurrencyConverter | inline |
| exchangeRate | CurrencyConverter | |
| fetchRatesForCurrencies(const std::vector< std::string > ¤cies, const std::string &base="") | CurrencyConverter | |
| fetchRatesFromAPI(const std::string &base="") | CurrencyConverter | |
| fetchRatesFromAPIAsync(std::function< void(bool)> callback, const std::string &base="") | CurrencyConverter | |
| isCacheValid() const | CurrencyConverter | inline |
| lastUpdate | CurrencyConverter | |
| setApiKey(const std::string &key) | CurrencyConverter | inline |
| setApiUrl(const std::string &url) | CurrencyConverter | inline |
| updateRate(const std::string ¤cy, double rate) | CurrencyConverter | inline |
| updateRatesIfNeeded() | CurrencyConverter |