@@ -197,12 +197,12 @@ prototype.isRoot())
197197@post prototype.isAttached()
198198@post codecs.isAttached()
199199
200- @throw ::ErrorImageFileNotOpen
201- @throw ::ErrorFileReadOnly
202- @throw ::ErrorBadPrototype
203- @throw ::ErrorBadCodecs
204- @throw ::ErrorAlreadyHasParent
205- @throw ::ErrorDifferentDestImageFile
200+ @throw ::ErrorImageFileNotOpen (n/c)
201+ @throw ::ErrorFileReadOnly (n/c)
202+ @throw ::ErrorBadPrototype (n/c)
203+ @throw ::ErrorBadCodecs (n/c)
204+ @throw ::ErrorAlreadyHasParent (n/c)
205+ @throw ::ErrorDifferentDestImageFile (n/c)
206206@throw ::ErrorInternal All objects in undocumented state
207207
208208@see SourceDestBuffer, Node, CompressedVectorNode::reader, CompressedVectorNode::writer
@@ -275,7 +275,7 @@ any writes completed.
275275
276276@return Current number of records in CompressedVectorNode.
277277
278- @throw ::ErrorImageFileNotOpen
278+ @throw ::ErrorImageFileNotOpen (n/c)
279279@throw ::ErrorInternal All objects in undocumented state
280280
281281@see CompressedVectorNode::reader, CompressedVectorNode::writer
@@ -293,7 +293,7 @@ int64_t CompressedVectorNode::childCount() const
293293
294294@return A smart Node handle referencing the root of the prototype tree.
295295
296- @throw ::ErrorImageFileNotOpen
296+ @throw ::ErrorImageFileNotOpen (n/c)
297297@throw ::ErrorInternal All objects in undocumented state
298298
299299@see CompressedVectorNode::CompressedVectorNode, SourceDestBuffer, CompressedVectorNode::reader,
@@ -313,7 +313,7 @@ CompressedVectorNode.
313313
314314@return A smart VectorNode handle referencing the root of the codecs tree.
315315
316- @throw ::ErrorImageFileNotOpen
316+ @throw ::ErrorImageFileNotOpen (n/c)
317317@throw ::ErrorInternal All objects in undocumented state
318318
319319@see CompressedVectorNode::CompressedVectorNode, SourceDestBuffer, CompressedVectorNode::reader,
@@ -372,7 +372,7 @@ designs that need to avoid the exception, use Node::type() to determine the actu
372372before downcasting. This function must be explicitly called (c++ compiler cannot insert it
373373automatically).
374374
375- @throw ::ErrorBadNodeDowncast
375+ @throw ::ErrorBadNodeDowncast (n/c)
376376
377377@see Node::type(), CompressedVectorNode::operator, Node()
378378*/
@@ -422,17 +422,17 @@ CompressedVectorNode cannot be set twice).
422422
423423@return A smart CompressedVectorWriter handle referencing the underlying iterator object.
424424
425- @throw ::ErrorBadAPIArgument
426- @throw ::ErrorImageFileNotOpen
427- @throw ::ErrorFileReadOnly
428- @throw ::ErrorSetTwice
429- @throw ::ErrorTooManyWriters
430- @throw ::ErrorTooManyReaders
431- @throw ::ErrorNodeUnattached
432- @throw ::ErrorPathUndefined
433- @throw ::ErrorBufferSizeMismatch
434- @throw ::ErrorBufferDuplicatePathName
435- @throw ::ErrorNoBufferForElement
425+ @throw ::ErrorBadAPIArgument (n/c)
426+ @throw ::ErrorImageFileNotOpen (n/c)
427+ @throw ::ErrorFileReadOnly (n/c)
428+ @throw ::ErrorSetTwice (n/c)
429+ @throw ::ErrorTooManyWriters (n/c)
430+ @throw ::ErrorTooManyReaders (n/c)
431+ @throw ::ErrorNodeUnattached (n/c)
432+ @throw ::ErrorPathUndefined (n/c)
433+ @throw ::ErrorBufferSizeMismatch (n/c)
434+ @throw ::ErrorBufferDuplicatePathName (n/c)
435+ @throw ::ErrorNoBufferForElement (n/c)
436436@throw ::ErrorInternal All objects in undocumented state
437437
438438@see CompressedVectorWriter, SourceDestBuffer, CompressedVectorNode::CompressedVectorNode,
@@ -461,14 +461,14 @@ prototype. It is not an error to create a CompressedVectorReader for an empty Co
461461
462462@return A smart CompressedVectorReader handle referencing the underlying iterator object.
463463
464- @throw ::ErrorBadAPIArgument
465- @throw ::ErrorImageFileNotOpen
466- @throw ::ErrorTooManyWriters
467- @throw ::ErrorNodeUnattached
468- @throw ::ErrorPathUndefined
469- @throw ::ErrorBufferSizeMismatch
470- @throw ::ErrorBufferDuplicatePathName
471- @throw ::ErrorBadCVHeader
464+ @throw ::ErrorBadAPIArgument (n/c)
465+ @throw ::ErrorImageFileNotOpen (n/c)
466+ @throw ::ErrorTooManyWriters (n/c)
467+ @throw ::ErrorNodeUnattached (n/c)
468+ @throw ::ErrorPathUndefined (n/c)
469+ @throw ::ErrorBufferSizeMismatch (n/c)
470+ @throw ::ErrorBufferDuplicatePathName (n/c)
471+ @throw ::ErrorBadCVHeader (n/c)
472472@throw ::ErrorInternal All objects in undocumented state
473473
474474@see CompressedVectorReader, SourceDestBuffer, CompressedVectorNode::CompressedVectorNode,
0 commit comments