This is the complete list of members for mbgl::TileServerOptions, including all inherited members.
| apiKeyParameterName() const | mbgl::TileServerOptions | |
| baseURL() const | mbgl::TileServerOptions | |
| clone() const | mbgl::TileServerOptions | |
| DefaultConfiguration() | mbgl::TileServerOptions | static |
| defaultStyle() const | mbgl::TileServerOptions | |
| defaultStyles() const | mbgl::TileServerOptions | |
| glyphsDomainName() const | mbgl::TileServerOptions | |
| glyphsTemplate() const | mbgl::TileServerOptions | |
| glyphsVersionPrefix() const | mbgl::TileServerOptions | |
| MapboxConfiguration() | mbgl::TileServerOptions | static |
| MapLibreConfiguration() | mbgl::TileServerOptions | static |
| MapTilerConfiguration() | mbgl::TileServerOptions | static |
| operator=(TileServerOptions &&options) noexcept | mbgl::TileServerOptions | |
| requiresApiKey() const | mbgl::TileServerOptions | |
| setRequiresApiKey(bool apiKeyRequired) | mbgl::TileServerOptions | |
| sourceDomainName() const | mbgl::TileServerOptions | |
| sourceTemplate() const | mbgl::TileServerOptions | |
| sourceVersionPrefix() const | mbgl::TileServerOptions | |
| spritesDomainName() const | mbgl::TileServerOptions | |
| spritesTemplate() const | mbgl::TileServerOptions | |
| spritesVersionPrefix() const | mbgl::TileServerOptions | |
| styleDomainName() const | mbgl::TileServerOptions | |
| styleTemplate() const | mbgl::TileServerOptions | |
| styleVersionPrefix() const | mbgl::TileServerOptions | |
| tileDomainName() const | mbgl::TileServerOptions | |
| TileServerOptions() | mbgl::TileServerOptions | explicit |
| TileServerOptions(TileServerOptions &&options) noexcept | mbgl::TileServerOptions | |
| TileServerOptions(const TileServerOptions &) | mbgl::TileServerOptions | |
| tileTemplate() const | mbgl::TileServerOptions | |
| tileVersionPrefix() const | mbgl::TileServerOptions | |
| uriSchemeAlias() const | mbgl::TileServerOptions | |
| withApiKeyParameterName(std::string apiKeyParameterName) | mbgl::TileServerOptions | |
| withBaseURL(std::string baseURL) | mbgl::TileServerOptions | |
| withDefaultStyle(std::string defaultStyle) | mbgl::TileServerOptions | |
| withDefaultStyles(std::vector< mbgl::util::DefaultStyle > styles) | mbgl::TileServerOptions | |
| withGlyphsTemplate(std::string glyphsTemplate, std::string domainName, std::optional< std::string > versionPrefix) | mbgl::TileServerOptions | |
| withSourceTemplate(std::string sourceTemplate, std::string domainName, std::optional< std::string > versionPrefix) | mbgl::TileServerOptions | |
| withSpritesTemplate(std::string spritesTemplate, std::string domainName, std::optional< std::string > versionPrefix) | mbgl::TileServerOptions | |
| withStyleTemplate(std::string styleTemplate, std::string domainName, std::optional< std::string > versionPrefix) | mbgl::TileServerOptions | |
| withTileTemplate(std::string tileTemplate, std::string domainName, std::optional< std::string > versionPrefix) | mbgl::TileServerOptions | |
| withUriSchemeAlias(std::string alias) | mbgl::TileServerOptions | |
| ~TileServerOptions() | mbgl::TileServerOptions | |