HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TfCStrHashWrapper Struct Reference

#include <hash.h>

Public Member Functions

 TfCStrHashWrapper (char const *cstr)
 

Public Attributes

char constcstr
 

Detailed Description

A structure that wraps a char pointer, indicating intent that it should be hashed as a c-style null terminated string. See TfhashAsCStr().

Definition at line 183 of file hash.h.

Constructor & Destructor Documentation

TfCStrHashWrapper::TfCStrHashWrapper ( char const cstr)
inlineexplicit

Definition at line 185 of file hash.h.

Member Data Documentation

char const* TfCStrHashWrapper::cstr

Definition at line 186 of file hash.h.


The documentation for this struct was generated from the following file: