SourcePro® 2024.1 |
SourcePro® API Reference Guide |
Initializes and cleans up ICU resources. More...
#include <rw/i18n/RWUInit.h>
Public Member Functions | |
RWUInit () | |
~RWUInit () | |
On construction, RWUInit performs any necessary ICU initialization. On destruction, RWUInit frees/deletes all memory owned by the ICU libraries, and returns them to their original load state, once the last instance of RWUInit is destroyed. An instance of RWUInit should be declared at such scope so that it is destructed after all other i18n/ICU objects.
RWUInit::RWUInit | ( | ) |
Constructor.
RWUInit::~RWUInit | ( | ) |
Performs the termination tasks.
Copyright © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |