FBX C++ API Reference
|
#include <fbxpair.h>
This class template holds a pair of objects.
Public Member Functions | |
FbxPair () | |
Constructor. More... | |
FbxPair (const First &pFirst, const Second &pSecond) | |
Constructor. More... | |
FbxPair< First, Second > & | operator= (const FbxPair< First, Second > &pOther) |
Assignment operator. More... | |
bool | operator== (const FbxPair< First, Second > &pOther) |
Comparison operator. More... | |
bool | operator!= (const FbxPair< First, Second > &pOther) |
Inverse comparison operator. More... | |
Public Attributes | |
First | mFirst |
The first object in the pair. More... | |
Second | mSecond |
The second object in the pair. More... | |
|
inline |
|
inline |
|
inline |
Inverse comparison operator.
pOther | The pair to be compared. |
Definition at line 51 of file fbxpair.h.