]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/strmatch.h
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / strmatch.h
index ba5edba0d3d6b4481883a6659219d00d6c5bd4de..8ebdb309e60d5c0f31cd75d6b52946293e79746f 100644 (file)
@@ -1,10 +1,13 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
-* Copyright (C) 2001, International Business Machines Corporation and others. All Rights Reserved.
-**********************************************************************
-*   Date        Name        Description
-*   07/23/01    aliu        Creation.
-**********************************************************************
-*/
+ * Copyright (C) 2001-2011, International Business Machines Corporation
+ * and others. All Rights Reserved.
+ **********************************************************************
+ *   Date        Name        Description
+ *   07/23/01    aliu        Creation.
+ **********************************************************************
+ */
 #ifndef STRMATCH_H
 #define STRMATCH_H
 
@@ -195,17 +198,13 @@ class StringMatcher : public UnicodeFunctor, public UnicodeMatcher, public Unico
 
     /**
      * ICU "poor man's RTTI", returns a UClassID for the actual class.
-     *
-     * @draft ICU 2.2
      */
-    virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); }
+    virtual UClassID getDynamicClassID() const;
 
     /**
      * ICU "poor man's RTTI", returns a UClassID for this class.
-     *
-     * @draft ICU 2.2
      */
-    static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; }
+    static UClassID U_EXPORT2 getStaticClassID();
 
     /**
      * Union the set of all characters that may output by this object
@@ -244,11 +243,6 @@ class StringMatcher : public UnicodeFunctor, public UnicodeMatcher, public Unico
      */
     int32_t matchLimit;
 
-    /**
-     * The address of this static class variable serves as this class's ID
-     * for ICU "poor man's RTTI".
-     */
-    static const char fgClassID;
 };
 
 U_NAMESPACE_END