Description: More...
Go to the source code of this file.
Classes | |
class | Extension< PluginT, Base > |
class | Extension< NullT, NullT > |
class | Extension< PluginT, NullT > |
class | NullT |
class | Slots< P1, P2, P3, P4, P5 > |
class | Slots< P1, NullT, NullT, NullT, NullT > |
Functions | |
template<typename Policy , typename Args , typename Slots > | |
void | runPolicy (Slots &slots, const Args &args) |
template<typename Policy , typename Args , typename Slots > | |
void | runSlots (Slots &slots, const Policy &policy, const Args &args) |
template<typename T1 > | |
Slots< T1 > | tiePlugins (const T1 &a1) |
template<typename T1 , typename T2 > | |
Slots< T1, T2 > | tiePlugins (const T1 &a1, const T2 &a2) |
template<typename T1 , typename T2 , typename T3 > | |
Slots< T1, T2, T3 > | tiePlugins (const T1 &a1, const T2 &a2, const T3 &a3) |
template<typename T1 , typename T2 , typename T3 , typename T4 > | |
Slots< T1, T2, T3, T4 > | tiePlugins (const T1 &a1, const T2 &a2, const T3 &a3, const T4 &a4) |
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 > | |
Slots< T1, T2, T3, T4, T5 > | tiePlugins (const T1 &a1, const T2 &a2, const T3 &a3, const T4 &a4, const T5 &a5) |
Description:
ToDo:
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License LGPL as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License LGPL for more details.
You should have received a copy of the GNU Lesser General Public License LGPL along with this program. If not, see <http://www.gnu.org/licenses/>.
Definition in file slots.hpp.
Slots<T1> tiePlugins | ( | const T1 & | a1 | ) | [inline] |
Slots<T1,T2> tiePlugins | ( | const T1 & | a1, |
const T2 & | a2 | ||
) | [inline] |
Slots<T1,T2,T3> tiePlugins | ( | const T1 & | a1, |
const T2 & | a2, | ||
const T3 & | a3 | ||
) | [inline] |
Slots<T1,T2,T3,T4> tiePlugins | ( | const T1 & | a1, |
const T2 & | a2, | ||
const T3 & | a3, | ||
const T4 & | a4 | ||
) | [inline] |
Slots<T1,T2,T3,T4,T5> tiePlugins | ( | const T1 & | a1, |
const T2 & | a2, | ||
const T3 & | a3, | ||
const T4 & | a4, | ||
const T5 & | a5 | ||
) | [inline] |