class QPanda::CExprFactoryHelper¶
Overview¶
CExpr factory helper Provide CExprFactory class registration interface for the outside. More…
Detailed Documentation¶
CExpr factory helper Provide CExprFactory class registration interface for the outside.
Construction¶
Construct a new CExprFactoryHelper object Call the CExprFactory class registration interface for register the CExpr subclass.
Parameters:
std::string |
subclass name |
cbit_constructor_t |
function |
Construct a new CExprFactoryHelper object Call the CExprFactory class registration interface for register the CExpr subclass.
Parameters:
std::string |
subclass name |
value_constructor_t |
function |
Construct a new CExprFactoryHelper object Call the CExprFactory class registration interface for register the CExpr subclass.
Parameters:
std::string |
subclass name |
operator_constructor_t |
function |