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

Function isNumeric

physx/samples/samplebase/AcclaimLoader.cpp:54–57  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

52
53///////////////////////////////////////////////////////////////////////////////
54static inline bool isNumeric(int c)
55{
56 return ('0' <= c) && (c <= '9');
57}
58
59///////////////////////////////////////////////////////////////////////////////
60class SampleFileBuffer

Callers 2

readAMCDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected