PLYwoot
Header-only C++17 library for parsing and writing PLY files
Loading...
Searching...
No Matches
plywoot::UnexpectedEof Struct Reference

Unexpected end-of-file exception. More...

#include <ascii_parser_policy.hpp>

Inheritance diagram for plywoot::UnexpectedEof:
plywoot::ParserException plywoot::Exception

Public Member Functions

 UnexpectedEof ()
 Constructs an unexpected end-of-file exception.
 
- Public Member Functions inherited from plywoot::ParserException
 ParserException (const std::string &message)
 
- Public Member Functions inherited from plywoot::Exception
 Exception (const std::string &message)
 

Detailed Description

Unexpected end-of-file exception.

Definition at line 46 of file ascii_parser_policy.hpp.

Constructor & Destructor Documentation

◆ UnexpectedEof()

plywoot::UnexpectedEof::UnexpectedEof ( )
inline

Constructs an unexpected end-of-file exception.

Definition at line 49 of file ascii_parser_policy.hpp.


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