fbxthread.h File Reference

#include <fbxsdk/fbxsdk_def.h>
#include <fbxsdk/fbxsdk_nsbegin.h>
#include <fbxsdk/fbxsdk_nsend.h>

Go to the source code of this file.

Classes

class  FbxThread
 This class implement a standard way to use threads across platforms. More...

Typedefs

typedef void(* FbxThreadProc )(void *)
 Definition of a thread procedure function signature.

Detailed Description

Definition in file fbxthread.h.


Typedef Documentation

typedef void(* FbxThreadProc)(void *)

Definition of a thread procedure function signature.

Definition at line 25 of file fbxthread.h.