Add support for cloning of dynamic objects

This commit is contained in:
Jason Turner
2009-09-19 23:12:56 +00:00
parent 7cdd772f2b
commit 991753a492
5 changed files with 23 additions and 2 deletions

View File

@@ -21,6 +21,11 @@ namespace chaiscript
return m_attrs[t_attr_name];
}
std::map<std::string, Boxed_Value> get_attrs()
{
return m_attrs;
}
private:
std::string m_type_name;