HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ImfName.h File Reference
#include "ImfExport.h"
#include "ImfNamespace.h"
#include <cstring>
+ Include dependency graph for ImfName.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Name
 

Functions

bool operator== (const Name &x, const Name &y)
 
bool operator== (const Name &x, const char text[])
 
bool operator== (const char text[], const Name &y)
 
bool operator!= (const Name &x, const Name &y)
 
bool operator!= (const Name &x, const char text[])
 
bool operator!= (const char text[], const Name &y)
 
bool operator< (const Name &x, const Name &y)
 
bool operator< (const Name &x, const char text[])
 
bool operator< (const char text[], const Name &y)
 

Function Documentation

bool operator!= ( const Name x,
const Name y 
)
inline

Definition at line 124 of file ImfName.h.

bool operator!= ( const Name x,
const char  text[] 
)
inline

Definition at line 131 of file ImfName.h.

bool operator!= ( const char  text[],
const Name y 
)
inline

Definition at line 138 of file ImfName.h.

bool operator< ( const Name x,
const Name y 
)
inline

Definition at line 145 of file ImfName.h.

bool operator< ( const Name x,
const char  text[] 
)
inline

Definition at line 152 of file ImfName.h.

bool operator< ( const char  text[],
const Name y 
)
inline

Definition at line 159 of file ImfName.h.

bool operator== ( const Name x,
const Name y 
)
inline

Definition at line 103 of file ImfName.h.

bool operator== ( const Name x,
const char  text[] 
)
inline

Definition at line 110 of file ImfName.h.

bool operator== ( const char  text[],
const Name y 
)
inline

Definition at line 117 of file ImfName.h.