File tree Expand file tree Collapse file tree 2 files changed +218
-45
lines changed Expand file tree Collapse file tree 2 files changed +218
-45
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ CPPINTEROP_API TCppType_t GetIntegerTypeFromEnumScope(TCppScope_t handle);
350
350
// / For the given "type", this function gets the integer type that the enum
351
351
// / represents, so that you can store it properly in your specific
352
352
// / language.
353
- CPPINTEROP_API TCppType_t GetIntegerTypeFromEnumType (TCppType_t handle );
353
+ CPPINTEROP_API TCppType_t GetIntegerTypeFromEnumType (TCppType_t enum_type );
354
354
355
355
// / Gets a list of all the enum constants for an enum.
356
356
CPPINTEROP_API std::vector<TCppScope_t> GetEnumConstants (TCppScope_t scope);
@@ -643,7 +643,7 @@ CPPINTEROP_API TCppType_t GetCanonicalType(TCppType_t type);
643
643
644
644
// / Used to either get the built-in type of the provided string, or
645
645
// / use the name to lookup the actual type.
646
- CPPINTEROP_API TCppType_t GetType (const std::string& type );
646
+ CPPINTEROP_API TCppType_t GetType (const std::string& name );
647
647
648
648
// /\returns the complex of the provided type.
649
649
CPPINTEROP_API TCppType_t GetComplexType (TCppType_t element_type);
You can’t perform that action at this time.
0 commit comments