LuaState tovalue, pushvalue for dynamic::Value
This commit is contained in:
@@ -33,7 +33,9 @@ namespace dynamic {
|
||||
Value(valtype type, valvalue value);
|
||||
~Value();
|
||||
|
||||
static Value of(bool value);
|
||||
static Value of(number_u value);
|
||||
static Value of(const std::string& value);
|
||||
};
|
||||
|
||||
class List {
|
||||
|
||||
Reference in New Issue
Block a user