- ///
- /// \file Pothos/Managed.hpp
- ///
- /// Top level include wrapper for Managed classes.
- ///
- /// \copyright
- /// Copyright (c) 2013-2016 Josh Blum
- /// SPDX-License-Identifier: BSL-1.0
- ///
- #pragma once
- #include <Pothos/Config.hpp>
- #include <Pothos/Managed/Class.hpp>
- #include <Pothos/Managed/ClassImpl.hpp>
- #include <Pothos/Managed/Exception.hpp>
|