Scanner C++ API
Public Member Functions | List of all members
scanner::internal::EnumeratorFactory Class Reference

Interface for constructing enumerators at runtime. More...

#include <enumerator_factory.h>

Public Member Functions

 EnumeratorFactory (const std::string &enumerator_name, const std::string &protobuf_name, EnumeratorConstructor constructor)
 
const std::string & get_name () const
 
const std::string & protobuf_name () const
 
Enumeratornew_instance (const EnumeratorConfig &config)
 

Detailed Description

Interface for constructing enumerators at runtime.


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