Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Slic3r::TBBLocalesSetter Class Reference

#include <src/libslic3r/Thread.hpp>

+ Inheritance diagram for Slic3r::TBBLocalesSetter:
+ Collaboration diagram for Slic3r::TBBLocalesSetter:

Public Member Functions

 TBBLocalesSetter ()
 
 ~TBBLocalesSetter () override
 
void on_scheduler_entry (bool) override
 

Detailed Description

Constructor & Destructor Documentation

◆ TBBLocalesSetter()

Slic3r::TBBLocalesSetter::TBBLocalesSetter ( )
inline
102{ this->observe(true); }

◆ ~TBBLocalesSetter()

Slic3r::TBBLocalesSetter::~TBBLocalesSetter ( )
inlineoverride
103{ this->observe(false); };

Member Function Documentation

◆ on_scheduler_entry()

void Slic3r::TBBLocalesSetter::on_scheduler_entry ( bool  )
inlineoverride
void tbb_worker_thread_set_c_locales()
Definition Thread.cpp:283
ThreadData & thread_data()
Definition Thread.cpp:215

References Slic3r::ThreadData::tbb_worker_thread_set_c_locales(), and Slic3r::thread_data().

+ Here is the call graph for this function:

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