CFx SDK Documentation  2020SP3
Classes | Typedefs | Functions
TfVariant.h File Reference
#include "RxVariant.h"
#include "Tf/TfExport.h"
#include "OdGUID.h"

Go to the source code of this file.

Classes

class  OdTfVariant
 

Typedefs

typedef OdArray< OdTfVariantOdTfVariantArray
 
typedef OdArray< OdTfVariantOdTfVariantTuple
 

Functions

bool operator== (OdTfVariant::Type lhs, OdVariant::Type rhs)
 
bool operator!= (OdTfVariant::Type lhs, OdVariant::Type rhs)
 
bool operator== (OdVariant::Type lhs, OdTfVariant::Type rhs)
 
bool operator!= (OdVariant::Type lhs, OdTfVariant::Type rhs)
 

Typedef Documentation

◆ OdTfVariantArray

Definition at line 34 of file TfVariant.h.

◆ OdTfVariantTuple

Definition at line 35 of file TfVariant.h.

Function Documentation

◆ operator!=() [1/2]

bool operator!= ( OdTfVariant::Type  lhs,
OdVariant::Type  rhs 
)
inline

Definition at line 101 of file TfVariant.h.

◆ operator!=() [2/2]

bool operator!= ( OdVariant::Type  lhs,
OdTfVariant::Type  rhs 
)
inline

Definition at line 109 of file TfVariant.h.

◆ operator==() [1/2]

bool operator== ( OdTfVariant::Type  lhs,
OdVariant::Type  rhs 
)
inline

Definition at line 97 of file TfVariant.h.

◆ operator==() [2/2]

bool operator== ( OdVariant::Type  lhs,
OdTfVariant::Type  rhs 
)
inline

Definition at line 105 of file TfVariant.h.