FbxPair< First, Second > Class Template Reference
#include <fbxpair.h>
template<typename First, typename Second>
class FbxPair< First, Second >
This class template holds a pair of objects.
Definition at line 22 of file fbxpair.h.
Constructor.
Definition at line 26 of file fbxpair.h.
Second mSecond
The second object in the pair.
First mFirst
The first object in the pair.
FbxPair |
( |
const First & |
pFirst, |
|
|
const Second & |
pSecond |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
pFirst | The first object. |
pSecond | The second object. |
Definition at line 31 of file fbxpair.h.
Second mSecond
The second object in the pair.
First mFirst
The first object in the pair.
FbxPair<First, Second>& operator= |
( |
const FbxPair< First, Second > & |
pOther | ) |
|
|
inline |
Assignment operator.
- Parameters
-
pOther | The pair to be copied. |
Definition at line 35 of file fbxpair.h.
Second mSecond
The second object in the pair.
First mFirst
The first object in the pair.
bool operator== |
( |
const FbxPair< First, Second > & |
pOther | ) |
|
|
inline |
Comparison operator.
- Parameters
-
pOther | The pair to be compared. |
Definition at line 44 of file fbxpair.h.
Second mSecond
The second object in the pair.
First mFirst
The first object in the pair.
bool operator!= |
( |
const FbxPair< First, Second > & |
pOther | ) |
|
|
inline |
Inverse comparison operator.
- Parameters
-
pOther | The pair to be compared. |
Definition at line 51 of file fbxpair.h.
bool operator==(const FbxPair< First, Second > &pOther)
Comparison operator.
The first object in the pair.
Definition at line 56 of file fbxpair.h.
The second object in the pair.
Definition at line 57 of file fbxpair.h.
The documentation for this class was generated from the following file: