We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bbbfc commit 6637158Copy full SHA for 6637158
src/Cppyy.h
@@ -327,7 +327,8 @@ namespace Cppyy {
327
TCppType_t GetType(const std::string& name, bool enable_slow_lookup = false);
328
CPPYY_IMPORT
329
bool AppendTypesSlow(const std::string &name,
330
- std::vector<Cpp::TemplateArgInfo>& types);
+ std::vector<Cpp::TemplateArgInfo>& types,
331
+ TCppScope_t parent = nullptr);
332
333
TCppType_t GetComplexType(const std::string& element_type);
334
0 commit comments