App::TransactionProducer< CLASS > Class Template Reference
#include <Transactions.h>
Public Member Functions | |
| virtual void * | Produce () const |
| Creates an instance of the specified transaction object. More... | |
| TransactionProducer (const Base::Type &type) | |
| virtual | ~TransactionProducer () |
Public Member Functions inherited from Base::AbstractProducer | |
| AbstractProducer () | |
| virtual | ~AbstractProducer () |
Constructor & Destructor Documentation
◆ TransactionProducer()
template<class CLASS >
| App::TransactionProducer< CLASS >::TransactionProducer | ( | const Base::Type & | type | ) |
◆ ~TransactionProducer()
template<class CLASS >
|
virtual |
Member Function Documentation
◆ Produce()
template<class CLASS >
|
virtual |
Creates an instance of the specified transaction object.
Implements Base::AbstractProducer.
The documentation for this class was generated from the following file:
- src/App/Transactions.h
Public Member Functions inherited from
1.8.17