PLYwoot
Header-only C++17 library for parsing and writing PLY files
|
Unexpected end-of-file exception. More...
#include <ascii_parser_policy.hpp>
Public Member Functions | |
UnexpectedEof () | |
Constructs an unexpected end-of-file exception. | |
![]() | |
ParserException (const std::string &message) | |
![]() | |
Exception (const std::string &message) | |
Unexpected end-of-file exception.
Definition at line 46 of file ascii_parser_policy.hpp.
|
inline |
Constructs an unexpected end-of-file exception.
Definition at line 49 of file ascii_parser_policy.hpp.