Object.hpp 432 B

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