LauncherUtils.h#
Fully qualified name: carb/launcher/LauncherUtils.h
In directory: carb/launcher
Source file: LauncherUtils.h
Helper classes and functions for the ILauncher interface.
Classes#
- carb::launcher::ArgCollector
- A simple child process argument collector helper class. 
- carb::launcher::EnvCollector
- A simple environment variable collector helper class. 
- carb::launcher::ScopedProcessHandle
- A scoped handle to a process handle object that automatically destroys the process handle when it goes out of scope. 
Namespaces#
- carb
- The main Carbonite namespace. 
- carb::launcher
- Namespace for the Carbonite process launch helper interface. 
- carb::launcher::detail