12345678910111213141516171819 |
- ///
- /// \file Pothos/Plugin.hpp
- ///
- /// Top level include wrapper for Plugin classes.
- ///
- /// \copyright
- /// Copyright (c) 2013-2016 Josh Blum
- /// SPDX-License-Identifier: BSL-1.0
- ///
- #pragma once
- #include <Pothos/Config.hpp>
- #include <Pothos/Plugin/Path.hpp>
- #include <Pothos/Plugin/Plugin.hpp>
- #include <Pothos/Plugin/Registry.hpp>
- #include <Pothos/Plugin/Loader.hpp>
- #include <Pothos/Plugin/Module.hpp>
- #include <Pothos/Plugin/Static.hpp>
- #include <Pothos/Plugin/Exception.hpp>
|