添加to_string接口

This commit is contained in:
xiongziliang
2019-09-21 19:27:55 +08:00
parent 8da9aee11a
commit 8ae9f56110
2 changed files with 28 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ public:
double as_number() const;
int as_integer() const;
bool as_boolean() const;
string to_string() const;
const AMFValue &operator[](const char *str) const;
void object_for_each(const function<void(const string &key, const AMFValue &val)> &fun) const ;
operator bool() const;