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