|
ICU 78.3 78.3
|
Interface that factory classes for creating selectors must implement. More...
#include <messageformat2_function_registry.h>
Public Member Functions | |
| virtual Selector * | createSelector (const Locale &locale, UErrorCode &status) const =0 |
| Constructs a new selector object. | |
| virtual | ~SelectorFactory () |
| Destructor. | |
| SelectorFactory & | operator= (const SelectorFactory &)=delete |
| Copy constructor. | |
| Public Member Functions inherited from icu::UObject | |
| virtual | ~UObject () |
| Destructor. | |
| virtual UClassID | getDynamicClassID () const |
| ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class. | |
Interface that factory classes for creating selectors must implement.
Definition at line 80 of file messageformat2_function_registry.h.
|
virtual |
Destructor.
|
pure virtual |
Constructs a new selector object.
| locale | Locale to be used by the selector. |
| status | Input/output error code. |
|
delete |
Copy constructor.