Botan 1.10.17
Botan::Algorithm_Factory::Engine_Iterator Class Reference

#include <algo_factory.h>

Public Member Functions

 Engine_Iterator (const Algorithm_Factory &a)
Enginenext ()

Detailed Description

An iterator for the engines in this factory

Deprecated
Avoid in new code

Definition at line 190 of file algo_factory.h.

Constructor & Destructor Documentation

◆ Engine_Iterator()

Botan::Algorithm_Factory::Engine_Iterator::Engine_Iterator ( const Algorithm_Factory & a)
inline
Parameters
aan algorithm factory

Definition at line 201 of file algo_factory.h.

201 :
202 af(a) { n = 0; }

References Botan::Algorithm_Factory::Algorithm_Factory().

Member Function Documentation

◆ next()

Engine * Botan::Algorithm_Factory::Engine_Iterator::next ( )
inline

The documentation for this class was generated from the following file: