MCPcopy Create free account
hub / github.com/ImageEngine/cortex / StringCache

Method StringCache

src/IECore/StreamIndexedIO.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 public:
224
225 StringCache() : m_prevId(0), m_ioBuffer(nullptr), m_ioBufferLen(0)
226 {
227 m_idToStringMap.reserve(100);
228 }
229
230 template < typename F >
231 StringCache( F &f ) : m_prevId(0), m_ioBuffer(nullptr), m_ioBufferLen(0)

Callers

nothing calls this directly

Calls 4

readLittleEndianFunction · 0.85
readFunction · 0.85
sizeMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected