MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
yaSSL::Factory< AbstractProduct, IdentifierType, ProductCreator > Class Template Reference

Public Member Functions

 Factory (void(*init)(Factory< AbstractProduct, IdentifierType, ProductCreator > &))
void Reserve (size_t sz)
void Register (const IdentifierType &id, ProductCreator pc)
AbstractProduct * CreateObject (const IdentifierType &id) const

Detailed Description

template<class AbstractProduct, typename IdentifierType = int, typename ProductCreator = AbstractProduct* (*)()>
class yaSSL::Factory< AbstractProduct, IdentifierType, ProductCreator >

Definition at line 50 of file factory.hpp.


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