MezzanineEngine 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
Mezzanine::Threading::_thread_start_info Struct Reference

Information to pass to the new thread (what to run). More...

+ Collaboration diagram for Mezzanine::Threading::_thread_start_info:

Public Attributes

void * mArg
 Function argument for the thread function.
 
void(* mFunction )(void *)
 Pointer to the function to be executed.
 
ThreadmThread
 Pointer to the thread object.
 

Detailed Description

Information to pass to the new thread (what to run).

Definition at line 120 of file thread.cpp.


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