nngn
Loading...
Searching...
No Matches
value.h File Reference

Operations on generic stack values. More...

#include <lua.hpp>
#include "utils/utils.h"
#include "lua.h"
#include "state.h"
Include dependency graph for value.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nngn::lua::value_view
 Base, non-owning generic stack value reference. More...
 
struct  nngn::lua::value
 Owning stack value reference. More...
 

Namespaces

namespace  nngn
 
namespace  nngn::lua
 

Functions

template<typename T >
bool nngn::lua::operator== (T &&lhs, const value_view &rhs)
 
template<typename T >
bool nngn::lua::operator== (const value_view &lhs, T &&rhs)
 

Detailed Description

Operations on generic stack values.