feat(util/name): expose is_list_name function
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
01eda46b69
commit
a8124b41d0
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ inline deserializer & operator>>(deserializer & d, name & n) { n = read_name(d);
|
||||||
|
|
||||||
UDATA_DEFS(name)
|
UDATA_DEFS(name)
|
||||||
name to_name_ext(lua_State * L, int idx);
|
name to_name_ext(lua_State * L, int idx);
|
||||||
|
bool is_list_name(lua_State * L, int idx);
|
||||||
list<name> & to_list_name(lua_State * L, int idx);
|
list<name> & to_list_name(lua_State * L, int idx);
|
||||||
list<name> to_list_name_ext(lua_State * L, int idx);
|
list<name> to_list_name_ext(lua_State * L, int idx);
|
||||||
int push_list_name(lua_State * L, list<name> const & l);
|
int push_list_name(lua_State * L, list<name> const & l);
|
||||||
|
|
Loading…
Reference in a new issue