Libsaki
Core library of Pancake Mahjong
Public Member Functions | List of all members
sol::basic_coroutine< Reference > Class Template Reference
Inheritance diagram for sol::basic_coroutine< Reference >:
Inheritance graph
[legend]
Collaboration diagram for sol::basic_coroutine< Reference >:
Collaboration graph
[legend]

Public Member Functions

template<typename T , meta::enable< meta::neg< std::is_same< meta::unqualified_t< T >, basic_coroutine >>, meta::neg< std::is_base_of< proxy_base_tag, meta::unqualified_t< T >>>, meta::neg< std::is_same< base_t, stack_reference >>, meta::neg< std::is_same< lua_nil_t, meta::unqualified_t< T >>>, is_lua_reference< meta::unqualified_t< T >>> = meta::enabler>
 basic_coroutine (T &&r) noexcept
 
 basic_coroutine (const basic_coroutine &other)=default
 
basic_coroutineoperator= (const basic_coroutine &)=default
 
 basic_coroutine (basic_coroutine &&other) noexcept
 
basic_coroutineoperator= (basic_coroutine &&other) noexcept
 
 basic_coroutine (const basic_function< base_t > &b) noexcept
 
 basic_coroutine (basic_function< base_t > &&b) noexcept
 
 basic_coroutine (const basic_function< base_t > &b, handler_t eh) noexcept
 
 basic_coroutine (basic_function< base_t > &&b, handler_t eh) noexcept
 
 basic_coroutine (const stack_reference &r) noexcept
 
 basic_coroutine (stack_reference &&r) noexcept
 
 basic_coroutine (const stack_reference &r, handler_t eh) noexcept
 
 basic_coroutine (stack_reference &&r, handler_t eh) noexcept
 
template<typename Super >
 basic_coroutine (const proxy_base< Super > &p)
 
template<typename Super >
 basic_coroutine (proxy_base< Super > &&p)
 
template<typename Proxy , typename HandlerReference , meta::enable< std::is_base_of< proxy_base_tag, meta::unqualified_t< Proxy >>, meta::neg< is_lua_index< meta::unqualified_t< HandlerReference >>>> = meta::enabler>
 basic_coroutine (Proxy &&p, HandlerReference &&eh)
 
template<typename T , meta::enable< is_lua_reference< meta::unqualified_t< T >>> = meta::enabler>
 basic_coroutine (lua_State *L, T &&r) noexcept
 
template<typename T , meta::enable< is_lua_reference< meta::unqualified_t< T >>> = meta::enabler>
 basic_coroutine (lua_State *L, T &&r, handler_t eh)
 
 basic_coroutine (lua_nil_t n)
 
 basic_coroutine (lua_State *L, int index=-1)
 
 basic_coroutine (lua_State *L, int index, handler_t eh)
 
 basic_coroutine (lua_State *L, absolute_index index)
 
 basic_coroutine (lua_State *L, absolute_index index, handler_t eh)
 
 basic_coroutine (lua_State *L, raw_index index)
 
 basic_coroutine (lua_State *L, raw_index index, handler_t eh)
 
 basic_coroutine (lua_State *L, ref_index index)
 
 basic_coroutine (lua_State *L, ref_index index, handler_t eh)
 
call_status status () const noexcept
 
bool error () const noexcept
 
bool runnable () const noexcept
 
 operator bool () const noexcept
 
template<typename... Args>
protected_function_result operator() (Args &&... args)
 
template<typename... Ret, typename... Args>
decltype(auto) operator() (types< Ret... >, Args &&... args)
 
template<typename... Ret, typename... Args>
decltype(auto) call (Args &&... args)
 
- Public Member Functions inherited from sol::basic_object< Reference >
 basic_object (T &&r)
 
 basic_object (lua_State *L_, T &&r)
 
 basic_object (lua_State *L_, global_tag_t t)
 
 basic_object (lua_nil_t r)
 
 basic_object (const basic_object &)=default
 
 basic_object (basic_object &&)=default
 
 basic_object (const stack_reference &r) noexcept
 
 basic_object (stack_reference &&r) noexcept
 
 basic_object (const proxy_base< Super > &r) noexcept
 
 basic_object (proxy_base< Super > &&r) noexcept
 
 basic_object (lua_State *L_, lua_nil_t r) noexcept
 
 basic_object (lua_State *L_, int index_=-1) noexcept
 
 basic_object (lua_State *L_, absolute_index index_) noexcept
 
 basic_object (lua_State *L_, raw_index index_) noexcept
 
 basic_object (lua_State *L_, ref_index index_) noexcept
 
 basic_object (lua_State *L_, in_place_type_t< T >, Args &&... args) noexcept
 
 basic_object (lua_State *L_, in_place_t, T &&arg, Args &&... args) noexcept
 
basic_objectoperator= (const basic_object &)=default
 
basic_objectoperator= (basic_object &&)=default
 
basic_objectoperator= (const Reference &b)
 
basic_objectoperator= (Reference &&b)
 
basic_objectoperator= (const proxy_base< Super > &r)
 
basic_objectoperator= (proxy_base< Super > &&r)
 
- Public Member Functions inherited from sol::basic_object_base< Reference >
 basic_object_base (const basic_object_base &)=default
 
 basic_object_base (basic_object_base &&)=default
 
 basic_object_base (T &&arg, Args &&... args)
 
basic_object_baseoperator= (const basic_object_base &)=default
 
basic_object_baseoperator= (basic_object_base &&)=default
 
decltype(auto) as () const
 
bool is () const
 

Additional Inherited Members

- Protected Member Functions inherited from sol::basic_object< Reference >
 basic_object (detail::no_safety_tag, lua_nil_t n)
 
 basic_object (detail::no_safety_tag, lua_State *L_, int index_)
 
 basic_object (detail::no_safety_tag, lua_State *L_, ref_index index_)
 
 basic_object (detail::no_safety_tag, T &&r) noexcept
 
 basic_object (detail::no_safety_tag, lua_State *L_, T &&r) noexcept
 

The documentation for this class was generated from the following file: