Public Member Functions | Public Attributes
NvParameterized::ParamResult Struct Reference

Container for results of getParamList. More...

#include <NvParamUtils.h>

List of all members.

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 Sat Dec 1 2018 15:52:11

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