Botan  1.10.9
Public Member Functions | List of all members
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

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.

References n.

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

Member Function Documentation

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

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