Callable.hpp 448 B

1234567891011121314151617
  1. ///
  2. /// \file Pothos/Callable.hpp
  3. ///
  4. /// Top level include wrapper for Callable classes.
  5. ///
  6. /// \copyright
  7. /// Copyright (c) 2013-2016 Josh Blum
  8. /// SPDX-License-Identifier: BSL-1.0
  9. ///
  10. #pragma once
  11. #include <Pothos/Config.hpp>
  12. #include <Pothos/Callable/Callable.hpp>
  13. #include <Pothos/Callable/CallableImpl.hpp>
  14. #include <Pothos/Callable/CallRegistry.hpp>
  15. #include <Pothos/Callable/CallRegistryImpl.hpp>
  16. #include <Pothos/Callable/Exception.hpp>