Go to the source code of this file.
|
template<typename F > |
void | connect (const LuaObjectPtr &obj, const std::string &field, const std::function< F > &f, bool pushFront=false) |
|
template<typename Lambda > |
std::enable_if< std::is_constructible< decltype(&Lambda::operator())>::value, void >::type | connect (const LuaObjectPtr &obj, const std::string &field, const Lambda &f, bool pushFront) |
|
|
template<typename Lambda > |
std::enable_if< std::is_constructible< decltype(&Lambda::operator())>::value, void >::type | connect (const LuaObjectPtr &obj, const std::string &field, const Lambda &f, bool pushFront=false) |
|
◆ connect() [1/2]
template<typename Lambda >
std::enable_if<std::is_constructible<decltype(&Lambda::operator())>::value, void>::type connect |
( |
const LuaObjectPtr & |
obj, |
|
|
const std::string & |
field, |
|
|
const Lambda & |
f, |
|
|
bool |
pushFront |
|
) |
| |
◆ connect() [2/2]
template<typename F >
void connect |
( |
const LuaObjectPtr & |
obj, |
|
|
const std::string & |
field, |
|
|
const std::function< F > & |
f, |
|
|
bool |
pushFront = false |
|
) |
| |
◆ connect
template<typename Lambda >
std::enable_if<std::is_constructible<decltype(&Lambda::operator())>::value, void>::type connect(const LuaObjectPtr &obj, const std::string &field, const Lambda &f, bool pushFront=false) |