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

Helper struct that contains the actual cached evaluation data. More...

#include <PDG_AttributeEvaluatorCache.h>

Public Attributes

PDG_AttributeCast myCast
 The cast result. More...
 
UT_WorkBuffer myString
 The string value, if the attribute is castable to a string. More...
 
fpreal myFloat
 The float value, if the attribute is castable to a number. More...
 
bool myHasFloat
 Whether or not the entry has a float value. More...
 

Detailed Description

Helper struct that contains the actual cached evaluation data.

Definition at line 33 of file PDG_AttributeEvaluatorCache.h.

Member Data Documentation

PDG_AttributeCast PDG_AttributeEvaluatorCache::CacheEntry::myCast

The cast result.

Definition at line 36 of file PDG_AttributeEvaluatorCache.h.

fpreal PDG_AttributeEvaluatorCache::CacheEntry::myFloat

The float value, if the attribute is castable to a number.

Definition at line 42 of file PDG_AttributeEvaluatorCache.h.

bool PDG_AttributeEvaluatorCache::CacheEntry::myHasFloat

Whether or not the entry has a float value.

Definition at line 45 of file PDG_AttributeEvaluatorCache.h.

UT_WorkBuffer PDG_AttributeEvaluatorCache::CacheEntry::myString

The string value, if the attribute is castable to a string.

Definition at line 39 of file PDG_AttributeEvaluatorCache.h.


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