Version: 9.12.0
Kernel_Utils::Localizer Class Reference

#include <Basics_Utils.hxx>

Public Member Functions

 Localizer ()
 
 Localizer (int, const char *)
 
 ~Localizer ()
 

Private Member Functions

void init (int, const char *)
 

Private Attributes

int myCategory
 
std::string myOriginalLocale
 

Constructor & Destructor Documentation

◆ Localizer() [1/2]

Kernel_Utils::Localizer::Localizer ( )

References init().

◆ Localizer() [2/2]

Kernel_Utils::Localizer::Localizer ( int  category,
const char *  locale 
)

References init().

◆ ~Localizer()

Kernel_Utils::Localizer::~Localizer ( )

References myCategory, and myOriginalLocale.

Member Function Documentation

◆ init()

void Kernel_Utils::Localizer::init ( int  category,
const char *  locale 
)
private

References myCategory, and myOriginalLocale.

Referenced by Localizer().

Field Documentation

◆ myCategory

int Kernel_Utils::Localizer::myCategory
private

Referenced by init(), and ~Localizer().

◆ myOriginalLocale

std::string Kernel_Utils::Localizer::myOriginalLocale
private

Referenced by init(), and ~Localizer().