NvParameterized::NamedReferenceInterface Class Reference
Callback container for getNamedReferences. More...
#include <NvParamUtils.h>
Public Member Functions | |
virtual | ~NamedReferenceInterface () |
Destructor. | |
virtual const char * | namedReferenceCallback (const char *className, const char *namedReference, Handle &handle)=0 |
Callback. |
Detailed Description
Callback container for getNamedReferences.
Member Function Documentation
virtual const char* NvParameterized::NamedReferenceInterface::namedReferenceCallback | ( | const char * | className, |
const char * | namedReference, | ||
Handle & | handle | ||
) | [pure virtual] |
Callback.
Calls back to the user with any named reference (not included references) in the NvParameterized::Interface If the user returns a NULL pointer, than the original named reference is left alone. If the user returns a non-NULL pointer, than the named reference is replaced with the 'const char *' returned.
The documentation for this class was generated from the following file:
Generated on Fri Dec 15 2017 13:58:41
Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.