PLYwoot
Header-only C++17 library for parsing and writing PLY files
Loading...
Searching...
No Matches
plywoot::UnexpectedToken Member List

This is the complete list of members for plywoot::UnexpectedToken, including all inherited members.

Exception(const std::string &message)plywoot::Exceptioninline
expected() constplywoot::UnexpectedTokeninline
found() constplywoot::UnexpectedTokeninline
HeaderParserException(const std::string &message)plywoot::HeaderParserExceptioninline
UnexpectedToken(detail::HeaderScanner::Token expected, detail::HeaderScanner::Token found, const std::string &tokenString)plywoot::UnexpectedTokeninline
UnexpectedToken(std::vector< detail::HeaderScanner::Token > expected, detail::HeaderScanner::Token found, const std::string &tokenString)plywoot::UnexpectedTokeninline