Plugin.hpp 482 B

12345678910111213141516171819
  1. ///
  2. /// \file Pothos/Plugin.hpp
  3. ///
  4. /// Top level include wrapper for Plugin 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/Plugin/Path.hpp>
  13. #include <Pothos/Plugin/Plugin.hpp>
  14. #include <Pothos/Plugin/Registry.hpp>
  15. #include <Pothos/Plugin/Loader.hpp>
  16. #include <Pothos/Plugin/Module.hpp>
  17. #include <Pothos/Plugin/Static.hpp>
  18. #include <Pothos/Plugin/Exception.hpp>