Mitsuba Renderer  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mitsuba::EOFException Class Reference

This exception is thrown after an incomplete IO read/write operation. More...

#include <mitsuba/core/stream.h>

+ Inheritance diagram for mitsuba::EOFException:

Public Member Functions

 EOFException (const std::string &str, size_t completed)
 
size_t getCompleted () const
 Return the number of bytes that successfully completed. More...
 

Detailed Description

This exception is thrown after an incomplete IO read/write operation.

Constructor & Destructor Documentation

mitsuba::EOFException::EOFException ( const std::string &  str,
size_t  completed 
)
inline

Member Function Documentation

size_t mitsuba::EOFException::getCompleted ( ) const
inline

Return the number of bytes that successfully completed.


The documentation for this class was generated from the following file: