MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / getclasswithoutnamespace

Function getclasswithoutnamespace

codegen/api_shared.py:291–295  ·  view source on GitHub ↗
(classname)

Source from the content-addressed store, hash-verified

289 return ''
290
291def getclasswithoutnamespace(classname):
292 if(classname.rfind('::') != -1):
293 return classname[classname.rfind('::')+2:]
294 else:
295 return classname
296
297def outputenums(namespace, data):
298 for enum in data['enums']:

Callers 14

loadfileFunction · 0.85
converttypeFunction · 0.85
outputenumsFunction · 0.85
outputstructfieldsFunction · 0.85
outputstructsFunction · 0.85
outputinterfacesFunction · 0.85
outputfntablesFunction · 0.85
outputfntabledeclsFunction · 0.85
outputfntableinitFunction · 0.85
outputfntableaccessFunction · 0.85
outputfntablefuncsFunction · 0.85
outputclassesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected