APEX Framework: nvidia::apex::ModifierT< T > Class Template Reference

NVIDIA APEX

nvidia::apex::ModifierT< T > Class Template Reference

ModifierT is a helper class to handle the mapping of Type->Enum and Enum->Type. More...

#include <Modifier.h>

Inheritance diagram for nvidia::apex::ModifierT< T >:
nvidia::apex::Modifier

List of all members.

Public Member Functions

virtual ModifierTypeEnum getModifierType () const
 Returns ModifierType for typename T.
virtual uint32_t getModifierUsage () const
 Returns ModifierUsage for typename T.

Detailed Description

template<typename T>
class nvidia::apex::ModifierT< T >

ModifierT is a helper class to handle the mapping of Type->Enum and Enum->Type.

This imposes some structure on the subclasses--they all now expect to have a const static field called ModifierType.


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

Generated on Fri Dec 15 2017 13:58:39

Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.