|
Scanner C++ API
|
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 |
| Enumerator * | new_instance (const EnumeratorConfig &config) |
Interface for constructing enumerators at runtime.
1.8.11