filval.hpp 362 B

123456789101112131415
  1. #ifndef filval_hpp
  2. #define filval_hpp
  3. #define FILVAL_VERSION_MAJOR @FILVAL_VERSION_MAJOR@
  4. #define FILVAL_VERSION_MINOR @FILVAL_VERSION_MINOR@
  5. #include "value.hpp"
  6. #include "filter.hpp"
  7. #include "container.hpp"
  8. #include "dataset.hpp"
  9. #include "log.hpp"
  10. #include "argparse.hpp"
  11. #include "config.hpp"
  12. #include "memtrack.hpp"
  13. #include "api.hpp"
  14. #endif // filval_hpp