Managed.hpp 345 B

123456789101112131415
  1. ///
  2. /// \file Pothos/Managed.hpp
  3. ///
  4. /// Top level include wrapper for Managed 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/Managed/Class.hpp>
  13. #include <Pothos/Managed/ClassImpl.hpp>
  14. #include <Pothos/Managed/Exception.hpp>