| 113 | } |
| 114 | |
| 115 | static IndexedIOPtr create( const std::string &path, list root, IndexedIO::OpenMode mode, IECore::CompoundDataPtr options ) |
| 116 | { |
| 117 | IndexedIO::EntryIDList rootPath; |
| 118 | IndexedIOHelper::listToEntryIds( root, rootPath ); |
| 119 | |
| 120 | return IndexedIO::create( path, rootPath, mode, options.get() ); |
| 121 | } |
| 122 | |
| 123 | static IndexedIO::Entry entry(IndexedIOPtr p, const IndexedIO::EntryID &name) |
| 124 | { |