Proxy.hpp 449 B

123456789101112131415161718
  1. ///
  2. /// \file Pothos/Proxy.hpp
  3. ///
  4. /// Top level include wrapper for Proxy 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/Proxy/Proxy.hpp>
  13. #include <Pothos/Proxy/ProxyImpl.hpp>
  14. #include <Pothos/Proxy/Handle.hpp>
  15. #include <Pothos/Proxy/Environment.hpp>
  16. #include <Pothos/Proxy/Containers.hpp>
  17. #include <Pothos/Proxy/Exception.hpp>