![]() |
boost::process::create_status — Creates a new status object.
status create_status(int flags);
Creates a new status object; see the class' constructor for more details on the required parameters.
This free function is provided to allow the user to construct new status objects when implementing new Child classes while still keeping the class' constructor private to avoid the accidental creation of these objects.
Copyright © 2006 Julio M. Merino Vidal |