MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / nextTerminal

Method nextTerminal

physx/samples/sampleframework/framework/src/ODBlock.cpp:347–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347char * ODBlock::nextTerminal() //returns a pointer to the next terminal string.
348{
349 char * s = (*termiter)->identifier;
350 ++termiter;
351
352 static char noname[] = "_noname";
353 if (s)
354 return s;
355 else
356 return noname;
357}
358
359bool ODBlock::moreSubBlocks() //returns true if more sub blocks are available
360{

Callers 8

loadDataMethod · 0.80
LoadDataMethod · 0.80
getBlockIntMethod · 0.80
getBlockU32Method · 0.80
getBlockStringMethod · 0.80
getBlockStringsMethod · 0.80
getBlockFloatMethod · 0.80
getBlockFloatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected