FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fbxthread.h File Reference

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. More...
 

Typedef Documentation

◆ FbxThreadProc

typedef void(* FbxThreadProc) (void *)

Definition of a thread procedure function signature.

Definition at line 25 of file fbxthread.h.

Go to the source code of this file.