michael@0: /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ michael@0: /* vim:set ts=2 sw=2 sts=2 et cindent: */ michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: // IWYU pragma: private, include "nsString.h" michael@0: michael@0: #define CharT char michael@0: #define CharT_is_char 1 michael@0: #define nsTAString_IncompatibleCharT nsAString michael@0: #define nsTString_CharT nsCString michael@0: #define nsTFixedString_CharT nsFixedCString michael@0: #define nsTAutoString_CharT nsAutoCString michael@0: #define nsTSubstring_CharT nsACString michael@0: #define nsTSubstringTuple_CharT nsCSubstringTuple michael@0: #define nsTStringComparator_CharT nsCStringComparator michael@0: #define nsTDefaultStringComparator_CharT nsDefaultCStringComparator michael@0: #define nsTDependentString_CharT nsDependentCString michael@0: #define nsTDependentSubstring_CharT nsDependentCSubstring michael@0: #define nsTLiteralString_CharT nsLiteralCString michael@0: #define nsTXPIDLString_CharT nsXPIDLCString michael@0: #define nsTGetterCopies_CharT nsCGetterCopies michael@0: #define nsTAdoptingString_CharT nsAdoptingCString michael@0: #define nsTPromiseFlatString_CharT nsPromiseFlatCString michael@0: #define TPromiseFlatString_CharT PromiseFlatCString