#include <PtexHashMap.h>
Definition at line 82 of file PtexHashMap.h.
| StringKey::StringKey |
( |
const StringKey & |
key | ) |
|
|
private |
| StringKey::StringKey |
( |
const char * |
val | ) |
|
|
inline |
| StringKey::~StringKey |
( |
| ) |
|
|
inline |
| void StringKey::copy |
( |
volatile StringKey & |
key | ) |
volatile |
|
inline |
| uint32_t StringKey::hash |
( |
| ) |
volatile |
|
inline |
| bool StringKey::isEmpty |
( |
| ) |
volatile |
|
inline |
| bool StringKey::matches |
( |
const StringKey & |
key | ) |
volatile |
|
inline |
| void StringKey::move |
( |
volatile StringKey & |
key | ) |
volatile |
|
inline |
| void StringKey::operator= |
( |
const StringKey & |
key | ) |
|
|
private |
| uint32_t volatile StringKey::_hash |
|
private |
| uint32_t volatile StringKey::_len |
|
private |
| bool volatile StringKey::_ownsVal |
|
private |
| const char* volatile StringKey::_val |
|
private |
The documentation for this class was generated from the following file: