| 108 | } |
| 109 | |
| 110 | static IndexedIOPtr createAtRoot( const std::string &path, IndexedIO::OpenMode mode, IECore::CompoundDataPtr options ) |
| 111 | { |
| 112 | return IndexedIO::create( path, IndexedIO::rootPath, mode, options.get() ); |
| 113 | } |
| 114 | |
| 115 | static IndexedIOPtr create( const std::string &path, list root, IndexedIO::OpenMode mode, IECore::CompoundDataPtr options ) |
| 116 | { |