sc_module constructor container for CCI This uses the CCI Function container, and the FactoryMaker in order to parameterise the constructor and maintain type safety The actual parameters will be extracted (in a type safe manor) from a CCI list
More...
#include <cciutils.h>
sc_module constructor container for CCI This uses the CCI Function container, and the FactoryMaker in order to parameterise the constructor and maintain type safety The actual parameters will be extracted (in a type safe manor) from a CCI list
◆ cci_constructor_vl()
gs::cci_constructor_vl::cci_constructor_vl |
( |
FactoryMaker< _T, U... > |
fm | ) |
|
|
inline |
Construct a new cci constructor vl object The FactoryMaker carries the type info into this constructor If the cci params can not be converted to the correct types (or the number of params is incorrect), the constructor generates errors.
- Template Parameters
-
The documentation for this class was generated from the following file: