Searched defs:UClassID (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Duobject.h50 /* UClassID-based RTTI */
54 * UClassID is used to identify classes without using the compiler's RTTI.
60 * described in detail below. UClassID values can be compared using
70 * virtual UClassID getDynamicClassID() const
81 * static UClassID U_EXPORT2 getStaticClassID();
87 * UClassID Derived::getStaticClassID()
88 * { return (UClassID)&Derived::fgClassID; }
93 typedef void* UClassID; typedef
233 * ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.
241 virtual UClassID getDynamicClassI
[all...]

Completed in 166 milliseconds