MostlyHarmless 0.0.1
 
Loading...
Searching...
No Matches
mostly_harmless::utils Namespace Reference

Contains general purpose utility classes & functions. More...

Namespaces

namespace  directories
 Contains filesystem helpers.
 

Classes

class  NoDenormals
 RAII mechanism to disable denormals while an instance of this class is alive. Supports SSE or NEON instruction sets, will have no effect if neither of those are present. Goes without saying, but doesn't allocate (I deliberately didn't use pImpl for this reason) More...
 
class  OnScopeExit
 Functor to run some code when this variable goes out of scope. More...
 
class  Proxy
 Helper class for managing lifetimes of captured references in a lambda. More...
 
class  TaskThread
 
class  Timer
 

Detailed Description

Contains general purpose utility classes & functions.