MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ is_initialized()

bool MayaFlux::is_initialized ( )

Checks if the default engine has been initialized.

Returns
true if the engine is initialized, false otherwise

Definition at line 50 of file Core.cpp.

51{
52 if (internal::terminating) {
53 return false;
54 }
55 return internal::initialized;
56}

References MayaFlux::internal::initialized, and MayaFlux::internal::terminating.

Referenced by is_engine_initialized().

+ Here is the caller graph for this function: