Ardour  9.0-pre0-582-g084a23a80d
PBD::LocaleGuard Struct Reference

#include <locale_guard.h>

Public Member Functions

 LocaleGuard ()
 
 ~LocaleGuard ()
 

Private Attributes

std::locale old_cpp_locale
 
std::locale pre_cpp_locale
 
char const * old_c_locale
 

Detailed Description

Definition at line 29 of file locale_guard.h.

Constructor & Destructor Documentation

◆ LocaleGuard()

PBD::LocaleGuard::LocaleGuard ( )

◆ ~LocaleGuard()

PBD::LocaleGuard::~LocaleGuard ( )

Member Data Documentation

◆ old_c_locale

char const* PBD::LocaleGuard::old_c_locale
private

Definition at line 37 of file locale_guard.h.

◆ old_cpp_locale

std::locale PBD::LocaleGuard::old_cpp_locale
private

Definition at line 35 of file locale_guard.h.

◆ pre_cpp_locale

std::locale PBD::LocaleGuard::pre_cpp_locale
private

Definition at line 36 of file locale_guard.h.


The documentation for this struct was generated from the following file: