NvParameterized::ParamResult Struct Reference
Container for results of getParamList. More...
#include <NvParamUtils.h>
Public Member Functions | |
ParamResult (const char *name, const char *longName, const char *className, const char *instanceName, const Handle &handle, int32_t arraySize, DataType type) | |
Constructor. | |
Public Attributes | |
int32_t | mArraySize |
size of array (if parameter is array) | |
const char * | mInstanceName |
Name of parameter's parent object. | |
const char * | mClassName |
Name of NvParameterized-class of parameter's parent object. | |
const char * | mName |
The name of the parameter. | |
const char * | mLongName |
The fully qualified 'long' name of the parameter. | |
Handle | mHandle |
Use this handle to access the parameter in question. | |
DataType | mDataType |
The type of parameter. |
Detailed Description
Container for results of getParamList.
The documentation for this struct 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.