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 >:
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.
Member Function Documentation
template<typename T>
virtual ModifierTypeEnum nvidia::apex::ModifierT< T >::getModifierType | ( | ) | const [inline, virtual] |
Returns ModifierType for typename T.
Implements nvidia::apex::Modifier.
template<typename T>
virtual uint32_t nvidia::apex::ModifierT< T >::getModifierUsage | ( | ) | const [inline, virtual] |
Returns ModifierUsage for typename T.
Implements nvidia::apex::Modifier.
The documentation for this class was generated from the following file:
Generated on Fri Dec 15 2017 13:59:03
Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.