Boost C++ Libraries

PrevUpHomeNext

Function create_status

boost::process::create_status — Creates a new status object.

Synopsis

status create_status(int flags);

Description

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

PrevUpHomeNext