NvParameterized::ParameterFind Struct Reference
Finds parameter in NvParameterized. More...
Public Member Functions | |
ParameterFind (const NvParameterized::Interface &iface) | |
Contructor. | |
bool | isDigit (char c) const |
isDigit | |
bool | setSearchName (const char *str) |
setSearchName | |
bool | done (void) const |
done | |
int32_t | getArrayIndex (void) |
getArrayIndex | |
bool | nameMatch (const char *longName) const |
nameMatch | |
bool | isComplete (void) const |
isCompleete | |
bool | pushNameMatch (void) |
pushNameMatch | |
void | popNameMatch (void) |
popNameMatch | |
Public Attributes | |
uint32_t | mNameIndex |
mNameIndex | |
uint32_t | mNameCount |
mNameCount | |
Handle | mResult |
mResult | |
const NvParameterized::Interface * | mInterface |
mInterface | |
bool | mError |
mError; | |
char | mSearchName [MAX_SEARCH_NAME] |
mSearchName | |
char * | mSearchNames [MAX_SEARCH_NAMES] |
mSearchNames | |
int32_t | mArrayIndex [MAX_SEARCH_NAMES] |
mArrayIndex |
Detailed Description
Finds parameter in NvParameterized.
The documentation for this struct was generated from the following file:
- NvParamUtils.inl
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.