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 const * cstr
 

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 161 of file hash.h.

Constructor & Destructor Documentation

TfCStrHashWrapper::TfCStrHashWrapper ( char const *  cstr)
inlineexplicit

Definition at line 163 of file hash.h.

Member Data Documentation

char const* TfCStrHashWrapper::cstr

Definition at line 164 of file hash.h.


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