Goals - smacklib/dev_smack_cpp GitHub Wiki

Kind of a mission! :^)

  • smack_cpp should stay simple to use and consume.
  • smack_cpp should not require further dependencies, just the C++ api offered by the supported spec level.

Epic strategy

The current functionality offered by smack::cli is only an intermediate step on a research journey that tries to offer automated mapping and transformation of data types and operations. The ultimate goal is to offer mapping functionality based on advanced C++ template meta programming that can replace the use of additional code generators like CORBA idl or thrift. Let's see how far we come.