/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* 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/. */ #include "nsString.h" // This file provides concrete instantiations for externed string template // classes. // ================ // Template classes // ================ template class mozilla::detail::nsTStringRepr; template class mozilla::detail::nsTStringRepr; template class nsTLiteralString; template class nsTLiteralString; template class nsTSubstring; template class nsTSubstring; template class nsTDependentSubstring; template class nsTDependentSubstring; // Note: nsTString is skipped as it's implicitly instantiated by derived // classes. template class nsTAutoStringN; template class nsTAutoStringN; template class nsTDependentString; template class nsTDependentString; template class nsTPromiseFlatString; template class nsTPromiseFlatString; template class nsTSubstringSplitter; template class nsTSubstringSplitter;