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

Method Entry

src/IECore/IndexedIO.cpp:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168static InternedString emptyString("");
169
170IndexedIO::Entry::Entry() : m_ID(emptyString), m_entryType( IndexedIO::Directory), m_dataType( IndexedIO::Invalid), m_arrayLength(0)
171{
172}
173
174IndexedIO::Entry::Entry( const IndexedIO::EntryID &id, IndexedIO::EntryType eType, IndexedIO::DataType dType, size_t arrayLength)
175: m_ID(id), m_entryType(eType), m_dataType(dType), m_arrayLength(arrayLength)

Callers 1

testEntryConstructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected