Apache Mesos
Classes | Public Member Functions | Public Attributes | List of all members
os::Fork Struct Reference

#include <fork.hpp>

Public Member Functions

 Fork (const Option< void(*)()> &_function, const Exec &_exec)
 
 Fork (const Exec &_exec)
 
 Fork (const Option< void(*)()> &_function, const Fork &fork1)
 
 Fork (const Option< void(*)()> &_function, const Fork &fork1, const Exec &_exec)
 
 Fork (const Option< void(*)()> &_function, const Fork &fork1, const Wait &_wait)
 
 Fork (const Option< void(*)()> &_function, const Fork &fork1, const Fork &fork2)
 
 Fork (const Option< void(*)()> &_function, const Fork &fork1, const Fork &fork2, const Exec &_exec)
 
 Fork (const Option< void(*)()> &_function, const Fork &fork1, const Fork &fork2, const Wait &_wait)
 
 Fork (const Option< void(*)()> &_function, const Fork &fork1, const Fork &fork2, const Fork &fork3)
 
 Fork (const Option< void(*)()> &_function, const Fork &fork1, const Fork &fork2, const Fork &fork3, const Exec &_exec)
 
 Fork (const Option< void(*)()> &_function, const Fork &fork1, const Fork &fork2, const Fork &fork3, const Wait &_wait)
 
Try< ProcessTreeoperator() () const
 

Public Attributes

 UNIMPLEMENTED
 

Constructor & Destructor Documentation

os::Fork::Fork ( const Option< void(*)()> &  _function,
const Exec _exec 
)
inline
os::Fork::Fork ( const Exec _exec)
inline
os::Fork::Fork ( const Option< void(*)()> &  _function,
const Fork fork1 
)
inline
os::Fork::Fork ( const Option< void(*)()> &  _function,
const Fork fork1,
const Exec _exec 
)
inline
os::Fork::Fork ( const Option< void(*)()> &  _function,
const Fork fork1,
const Wait _wait 
)
inline
os::Fork::Fork ( const Option< void(*)()> &  _function,
const Fork fork1,
const Fork fork2 
)
inline
os::Fork::Fork ( const Option< void(*)()> &  _function,
const Fork fork1,
const Fork fork2,
const Exec _exec 
)
inline
os::Fork::Fork ( const Option< void(*)()> &  _function,
const Fork fork1,
const Fork fork2,
const Wait _wait 
)
inline
os::Fork::Fork ( const Option< void(*)()> &  _function,
const Fork fork1,
const Fork fork2,
const Fork fork3 
)
inline
os::Fork::Fork ( const Option< void(*)()> &  _function,
const Fork fork1,
const Fork fork2,
const Fork fork3,
const Exec _exec 
)
inline
os::Fork::Fork ( const Option< void(*)()> &  _function,
const Fork fork1,
const Fork fork2,
const Fork fork3,
const Wait _wait 
)
inline

Member Function Documentation

Try<ProcessTree> os::Fork::operator() ( ) const
inline

Member Data Documentation

os::Fork::UNIMPLEMENTED

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