ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Typedefs
pmf.hpp File Reference
#include <boost/callable_traits/detail/forward_declarations.hpp>
#include <boost/callable_traits/detail/set_function_qualifiers.hpp>
#include <boost/callable_traits/detail/qualifier_flags.hpp>
#include <boost/callable_traits/detail/default_callable_traits.hpp>
#include <boost/callable_traits/detail/utility.hpp>
#include <boost/callable_traits/detail/unguarded/pmf.hpp>
#include <boost/callable_traits/detail/unguarded/pmf_varargs.hpp>
Include dependency graph for pmf.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  boost::callable_traits::detail::pmf< T >
 

Namespaces

namespace  boost
 
namespace  boost::callable_traits
 
namespace  boost::callable_traits::detail
 

Macros

#define BOOST_CLBL_TRTS_CC_TAG   dummy
 
#define BOOST_CLBL_TRTS_VARARGS_CC   BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC
 
#define BOOST_CLBL_TRTS_CC
 
#define BOOST_CLBL_TRTS_CC_TAG   dummy
 
#define BOOST_CLBL_TRTS_VARARGS_CC   BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC
 
#define BOOST_CLBL_TRTS_CC
 

Typedefs

template<qualifier_flags Flags, bool IsTransactionSafe, bool IsNoexcept, typename... Ts>
using boost::callable_traits::detail::set_member_function_qualifiers = typename set_member_function_qualifiers_t< Flags, IsTransactionSafe, IsNoexcept, Ts... >::type
 
template<qualifier_flags Flags, bool IsTransactionSafe, bool IsNoexcept, typename... Ts>
using boost::callable_traits::detail::set_varargs_member_function_qualifiers = typename set_varargs_member_function_qualifiers_t< Flags, IsTransactionSafe, IsNoexcept, Ts... >::type
 

Macro Definition Documentation

◆ BOOST_CLBL_TRTS_CC [1/2]

#define BOOST_CLBL_TRTS_CC

Definition at line 47 of file pmf.hpp.

◆ BOOST_CLBL_TRTS_CC [2/2]

#define BOOST_CLBL_TRTS_CC

Definition at line 47 of file pmf.hpp.

◆ BOOST_CLBL_TRTS_CC_TAG [1/2]

#define BOOST_CLBL_TRTS_CC_TAG   dummy

Definition at line 45 of file pmf.hpp.

◆ BOOST_CLBL_TRTS_CC_TAG [2/2]

#define BOOST_CLBL_TRTS_CC_TAG   dummy

Definition at line 45 of file pmf.hpp.

◆ BOOST_CLBL_TRTS_VARARGS_CC [1/2]

#define BOOST_CLBL_TRTS_VARARGS_CC   BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC

Definition at line 46 of file pmf.hpp.

◆ BOOST_CLBL_TRTS_VARARGS_CC [2/2]

#define BOOST_CLBL_TRTS_VARARGS_CC   BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC

Definition at line 46 of file pmf.hpp.