Impl class for ISymExprs.
More...
#include <NvInferPythonPlugin.h>
Impl class for ISymExprs.
◆ ~ISymExprsImpl()
| nvinfer1::ISymExprsImpl::~ISymExprsImpl |
( |
| ) |
|
|
inlinepure virtualdefaultnoexcept |
◆ getNbSymExprs()
| virtual int32_t nvinfer1::ISymExprsImpl::getNbSymExprs |
( |
| ) |
const |
|
pure virtualnoexcept |
◆ getSymExpr()
| virtual ISymExpr * nvinfer1::ISymExprsImpl::getSymExpr |
( |
int32_t |
index | ) |
const |
|
pure virtualnoexcept |
◆ setNbSymExprs()
| virtual bool nvinfer1::ISymExprsImpl::setNbSymExprs |
( |
int32_t |
count | ) |
|
|
pure virtualnoexcept |
◆ setSymExpr()
| virtual bool nvinfer1::ISymExprsImpl::setSymExpr |
( |
int32_t |
index, |
|
|
ISymExpr * |
symExpr |
|
) |
| |
|
pure virtualnoexcept |
The documentation for this class was generated from the following file: