/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/** * URI class to be used for cases when a simple URI actually resolves to some * other sort of URI, with the latter being what's loaded when the load * happens.
*/
class nsSimpleNestedURI : public nsSimpleURI, public nsINestedURI { protected:
nsSimpleNestedURI() = default; explicit nsSimpleNestedURI(nsIURI* innerURI);
public: class Mutator final : public nsIURIMutator, public BaseURIMutator<nsSimpleNestedURI>, public nsISerializable, public nsINestedURIMutator {
NS_DECL_ISUPPORTS
NS_FORWARD_SAFE_NSIURISETTERS_RET(mURI)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.