nngn
Loading...
Searching...
No Matches
nngn::lua::value Struct Reference

Owning stack value reference. More...

#include <value.h>

Inheritance diagram for nngn::lua::value:
Collaboration diagram for nngn::lua::value:

Public Member Functions

 value (const value &)=delete
 
valueoperator= (const value &)=delete
 
 value (value_view v)
 
 value (value &&rhs) noexcept
 
valueoperator= (value &&rhs) noexcept
 
 ~value (void)
 
value_view release (void)
 
template<typename R = value>
push (void) const
 
value remove (void)
 
 value_view ()=default
 
 value_view (const value_view &)=default
 
 value_view (value_view &&) noexcept=default
 
 value_view (lua_State *L, int i)
 
 value_view (state_view l, int i)
 
- Public Member Functions inherited from nngn::lua::value_view
 value_view ()=default
 
 value_view (const value_view &)=default
 
value_viewoperator= (const value_view &)=default
 
 value_view (value_view &&) noexcept=default
 
value_viewoperator= (value_view &&) noexcept=default
 
 value_view (lua_State *L, int i)
 
 value_view (state_view l, int i)
 
 ~value_view (void)=default
 
state_view state (void) const
 
state_view release (void)
 
int index (void) const
 Lua stack index.
 
type get_type (void) const
 Type of value at index i.
 
bool is_nil (void) const
 
auto to_string (void) const
 
void get (lua_State *L, int i)
 
template<typename T >
requires (detail::can_get<T>)
T get (void) const
 
int push (void) const
 
template<typename R = value_view>
push (void) const
 
template<typename T >
 operator T (void) const
 

Detailed Description

Owning stack value reference.

Constructor & Destructor Documentation

◆ value() [1/3]

nngn::lua::value::value ( const value & )
delete

◆ value() [2/3]

nngn::lua::value::value ( value_view v)
inline

◆ value() [3/3]

nngn::lua::value::value ( value && rhs)
inlinenoexcept
Here is the call graph for this function:

◆ ~value()

nngn::lua::value::~value ( void )
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator=() [1/2]

value & nngn::lua::value::operator= ( const value & )
delete

◆ operator=() [2/2]

value & nngn::lua::value::operator= ( value && rhs)
inlinenoexcept
Here is the call graph for this function:

◆ push()

template<typename R = value>
R nngn::lua::value::push ( void ) const
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ release()

value_view nngn::lua::value::release ( void )
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ remove()

value nngn::lua::value::remove ( void )
inline
Here is the caller graph for this function:

◆ value_view() [1/5]

nngn::lua::value_view::value_view ( )
default

◆ value_view() [2/5]

nngn::lua::value_view::value_view ( const value_view & )
default

◆ value_view() [3/5]

nngn::lua::value_view::value_view ( lua_State * L,
int i )
inline

◆ value_view() [4/5]

nngn::lua::value_view::value_view ( state_view l,
int i )
inline

◆ value_view() [5/5]

nngn::lua::value_view::value_view ( value_view && )
defaultnoexcept

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