![]() |
VR-Forces 4.5 Class Documentation
|
Author: Philipp Moeller. More...
Namespaces | |
| namespace | archive |
| namespace | serialization |
Classes | |
| class | DtFunctionPropertyMap |
Functions | |
| template<typename Key , typename Func > | |
| DtFunctionPropertyMap< Func, Key > | DtMakeFunctionPropertyMap (const Func &f) |
| template<typename Key , typename Ret , typename Func > | |
| DtFunctionPropertyMap< Func, Key, Ret > | DtMakeFunctionPropertyMap (const Func &f) |
Author: Philipp Moeller.
When building with Qt, the Moc keywords signals and slots are defined using preprocessor macros, causing programs using Boost.Signals and Qt together to fail to compile.
Copyright 2012, Philipp Moeller Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) conflict, however it should be removed once we have updated to boost 1.51.
This header must be included before any Qt headers. Once it has been included, you can refer to the Signals library via the namespace boost::signalslib.
| DtFunctionPropertyMap<Func, Key> boost::DtMakeFunctionPropertyMap | ( | const Func & | f | ) |
| DtFunctionPropertyMap<Func, Key, Ret> boost::DtMakeFunctionPropertyMap | ( | const Func & | f | ) |