NTrace
GPU ray tracing framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
FW::GenericHashKey Struct Reference

#include <Hash.hpp>

Public Member Functions

 GenericHashKey (void)
 
 GenericHashKey (const void *p, int s)
 
template<class T >
 GenericHashKey (const T *p)
 

Public Attributes

const voidptr
 
S32 size
 

Detailed Description

Definition at line 292 of file Hash.hpp.

Constructor & Destructor Documentation

FW::GenericHashKey::GenericHashKey ( void  )
inline

Definition at line 297 of file Hash.hpp.

FW::GenericHashKey::GenericHashKey ( const void p,
int  s 
)
inline

Definition at line 298 of file Hash.hpp.

template<class T >
FW::GenericHashKey::GenericHashKey ( const T *  p)
inline

Definition at line 299 of file Hash.hpp.

Member Data Documentation

const void* FW::GenericHashKey::ptr

Definition at line 294 of file Hash.hpp.

S32 FW::GenericHashKey::size

Definition at line 295 of file Hash.hpp.


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