Skip to content

Build a factory with an executor to implement C++ reflection mechanism

License

Notifications You must be signed in to change notification settings

liyang-lomo/processor_factory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

processor_factory

Build a factory with an executor to implement C++ reflection mechanism

Build

mkdir build && cd build & cmake .. && make

Features

Support for generic reflections to dynamically create objects, whether they are integers or strings

platform

  • linux
  • windows, to do

standard

Currently only supports c++11, can also support c++98

usage

see demo.cpp

License

Apache 2.0

About

Build a factory with an executor to implement C++ reflection mechanism

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published