VR-Forces 4.5 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 Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)