MCPcopy Create free account
hub / github.com/cinder/Cinder / read

Function read

include/cinder/Stream.h:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111 template<typename T>
112 void read( T *t ) { IORead( t, sizeof(T) ); }
113 template<typename T>
114 void readEndian( T *t, uint8_t endian ) { if ( endian == STREAM_BIG_ENDIAN ) readBig( t ); else readLittle( t ); }
115 template<typename T>

Callers 15

readMethod · 0.50
gz_loadFunction · 0.50
readBytesMethod · 0.50
readAvailableBytesMethod · 0.50
readMethod · 0.50
readBigMethod · 0.50
readLittleMethod · 0.50
readLineMethod · 0.50
android_app_read_cmdFunction · 0.50
drainEmptyEventsFunction · 0.50
_glfwPollJoystickLinuxFunction · 0.50

Calls 1

IOReadFunction · 0.85

Tested by

no test coverage detected