SourcePro® API Reference Guide

 
List of all members | Public Member Functions

Initializes and cleans up ICU resources. More...

#include <rw/i18n/RWUInit.h>

Public Member Functions

 RWUInit ()
 
 ~RWUInit ()
 

Detailed Description

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.

Constructor & Destructor Documentation

RWUInit::RWUInit ( )

Constructor.

RWUInit::~RWUInit ( )

Performs the termination tasks.

Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.