SourcePro® C++ API Reference Guide

Product Documentation:
   SourcePro C++
Documentation Home
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 © 2016 Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.