initial checkin of dynamic object support with example usage in example.cpp

This commit is contained in:
Jason Turner
2009-09-19 02:36:27 +00:00
parent fedcd28ecc
commit b0041217b0
5 changed files with 245 additions and 3 deletions

View File

@@ -251,7 +251,6 @@ namespace chaiscript
int m_arity;
std::string m_description;
Proxy_Function m_guard;
std::vector<Type_Info> m_types;
};
/**