Loading...
Searching...
No Matches
variableExpression.h File Reference
+ Include dependency graph for variableExpression.h:

Go to the source code of this file.

Classes

class  SdfVariableExpression
 Class responsible for parsing and evaluating variable expressions. More...
 
class  SdfVariableExpression::EmptyList
 A result value representing an empty list. More...
 

Functions

bool operator== (const SdfVariableExpression::EmptyList &, const SdfVariableExpression::EmptyList &)
 
bool operator!= (const SdfVariableExpression::EmptyList &, const SdfVariableExpression::EmptyList &)
 

Class Documentation

◆ SdfVariableExpression::EmptyList

class SdfVariableExpression::EmptyList

A result value representing an empty list.

Definition at line 139 of file variableExpression.h.

Function Documentation

◆ operator!=()

bool operator!= ( const SdfVariableExpression::EmptyList ,
const SdfVariableExpression::EmptyList  
)
inline

Definition at line 245 of file variableExpression.h.

◆ operator==()

bool operator== ( const SdfVariableExpression::EmptyList ,
const SdfVariableExpression::EmptyList  
)
inline

Definition at line 237 of file variableExpression.h.