HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HUSD_RenderSettingsContext::storeProperty Class Reference

#include <HUSD_RenderSettings.h>

Public Member Functions

 storeProperty (void *data)
 
void store (const char *token, bool val)
 
void store (const char *token, int32 val)
 
void store (const char *token, int64 val)
 
void store (const char *token, fpreal32 val)
 
void store (const char *token, fpreal64 val)
 
void store (const char *token, const char *val)
 
void store (const char *token, const std::string &val)
 
void store (const char *token, const UT_Array< const char * > &val)
 
void storeTfToken (const char *token, const char *val)
 

Detailed Description

Definition at line 88 of file HUSD_RenderSettings.h.

Constructor & Destructor Documentation

HUSD_RenderSettingsContext::storeProperty::storeProperty ( void data)
inline

Definition at line 91 of file HUSD_RenderSettings.h.

Member Function Documentation

void HUSD_RenderSettingsContext::storeProperty::store ( const char *  token,
bool  val 
)
void HUSD_RenderSettingsContext::storeProperty::store ( const char *  token,
int32  val 
)
void HUSD_RenderSettingsContext::storeProperty::store ( const char *  token,
int64  val 
)
void HUSD_RenderSettingsContext::storeProperty::store ( const char *  token,
fpreal32  val 
)
void HUSD_RenderSettingsContext::storeProperty::store ( const char *  token,
fpreal64  val 
)
void HUSD_RenderSettingsContext::storeProperty::store ( const char *  token,
const char *  val 
)
void HUSD_RenderSettingsContext::storeProperty::store ( const char *  token,
const std::string val 
)
void HUSD_RenderSettingsContext::storeProperty::store ( const char *  token,
const UT_Array< const char * > &  val 
)
void HUSD_RenderSettingsContext::storeProperty::storeTfToken ( const char *  token,
const char *  val 
)

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