boost::process::win32_basic_context< String > Class Template Reference

#include <win32_context.hpp>

Inheritance diagram for boost::process::win32_basic_context< String >:

boost::process::basic_context< String > boost::process::basic_work_directory_context< String > boost::process::environment_context

List of all members.

Public Member Functions

 win32_basic_context ()

Public Attributes

STARTUPINFOA * startupinfo


Detailed Description

template<class String>
class boost::process::win32_basic_context< String >

Generic implementation of the Context concept.

The context class implements the Context concept in an operating system agnostic way; it allows spawning new child processes using a single and common interface across different systems.


Constructor & Destructor Documentation

template<class String>
boost::process::win32_basic_context< String >::win32_basic_context (  )  [inline]

Initializes the Win32-specific process startup information with NULL.


Member Data Documentation

template<class String>
STARTUPINFOA* boost::process::win32_basic_context< String >::startupinfo

Win32-specific process startup information.


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

Generated on Mon Sep 22 01:00:43 2008 by  doxygen 1.5.5