! @brief Create an iterator object for reading a series of blocks of data from a CompressedVectorNode. @param [in] dbufs Vector of memory buffers that will receive data read from a CompressedVectorNode. @details The pathNames in the @a dbufs must identify terminal nodes (i.e. node that can have no children: IntegerNode, ScaledIntegerNode, FloatNode, StringNode) in this CompressedVectorNode's pro
| 475 | CompressedVectorNode::prototype |
| 476 | */ |
| 477 | CompressedVectorReader CompressedVectorNode::reader( const std::vector<SourceDestBuffer> &dbufs ) |
| 478 | { |
| 479 | return CompressedVectorReader( impl_->reader( dbufs ) ); |
| 480 | } |
no test coverage detected