filter/Filter: document that Flush() can throw
This commit is contained in:
@@ -66,6 +66,8 @@ public:
|
|||||||
/**
|
/**
|
||||||
* Flush pending data and return it. This should be called
|
* Flush pending data and return it. This should be called
|
||||||
* repeatedly until it returns nullptr.
|
* repeatedly until it returns nullptr.
|
||||||
|
*
|
||||||
|
* Throws on error.
|
||||||
*/
|
*/
|
||||||
virtual ConstBuffer<void> Flush();
|
virtual ConstBuffer<void> Flush();
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user