VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Classes | Functions
boost Namespace Reference

Author: Philipp Moeller. More...

Namespaces

namespace  archive
namespace  serialization

Classes

class  DtFunctionPropertyMap

Functions

template<typename Key , typename Func >
DtFunctionPropertyMap< Func, KeyDtMakeFunctionPropertyMap (const Func &f)
template<typename Key , typename Ret , typename Func >
DtFunctionPropertyMap< Func,
Key, Ret > 
DtMakeFunctionPropertyMap (const Func &f)

Detailed Description

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.

Function Documentation

template<typename Key , typename Func >
DtFunctionPropertyMap<Func, Key> boost::DtMakeFunctionPropertyMap ( const Func &  f)
template<typename Key , typename Ret , typename Func >
DtFunctionPropertyMap<Func, Key, Ret> boost::DtMakeFunctionPropertyMap ( const Func &  f)

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)