/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
template <> class DefaultDelete<XULStoreIterator> {
public: voidoperator()(XULStoreIterator* ptr) const;
};
namespace XULStore { // Instantiates and retrieves the nsIXULStore singleton that JS uses to access // the store. C++ code should use the mozilla::XULStore::* functions instead.
already_AddRefed<nsIXULStore> GetService();
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 und die Messung sind noch experimentell.