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