Audacity 3.2.0
lib-utility Directory Reference
Directory dependency graph for lib-utility:

Directories

directory  tests
 

Files

file  AppEvents.cpp [code]
 
file  AppEvents.h [code]
 
file  BufferedStreamReader.cpp [code]
 
file  BufferedStreamReader.h [code]
 
file  Callable.cpp [code]
 
file  Callable.h [code]
 Functions and classes that generate callable objects.
 
file  CFResources.cpp [code]
 
file  CFResources.h [code]
 Wrap resource pointers from Apple Core SDK for RAII.
 
file  CommandLineArgs.cpp [code]
 
file  CommandLineArgs.h [code]
 
file  Composite.cpp [code]
 
file  Composite.h [code]
 
file  CRTPBase.h [code]
 
file  GlobalVariable.h [code]
 
file  IteratorX.cpp [code]
 
file  IteratorX.h [code]
 
file  lib-utility/memorystream.cpp [code]
 
file  lib-utility/memorystream.h [code]
 
file  MemoryX.cpp [code]
 
file  MemoryX.h [code]
 
file  MessageBuffer.h [code]
 
file  ModuleConstants.cpp [code]
 
file  ModuleConstants.h [code]
 
file  Observer.cpp [code]
 
file  Observer.h [code]
 
file  PackedArray.h [code]
 Smart pointer for a header contiguous with an array holding a dynamically determined number of elements.
 
file  spinlock.h [code]
 
file  Tuple.cpp [code]
 
file  Tuple.h [code]
 Extraction of sub-tuples of std::tuple (or other tuple-like classes)
 
file  TypedAny.h [code]
 Wrapper class for std::any, making type distinctions.
 
file  TypeEnumerator.cpp [code]
 
file  TypeEnumerator.h [code]
 Make a list of all distinct types so far mentioned in calls of a certain macro.
 
file  TypeList.cpp [code]
 
file  TypeList.h [code]
 Metaprogramming utilities for manipulating lists of types.
 
file  TypeListVisitor.h [code]
 
file  TypeSwitch.cpp [code]
 
file  TypeSwitch.h [code]
 Dispatch to one of a set of functions by the run-time type of an object.
 
file  Variant.cpp [code]
 
file  Variant.h [code]
 emulates std::visit for one visitor