SourcePro® API Reference Guide

 
Loading...
Searching...
No Matches

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::RWUInit ( )

Constructor.

◆ ~RWUInit()

RWUInit::~RWUInit ( )

Performs the termination tasks.

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