PLYwoot
Header-only C++17 library for parsing and writing PLY files
|
This is the complete list of members for plywoot::UnexpectedToken, including all inherited members.
Exception(const std::string &message) | plywoot::Exception | inline |
expected() const | plywoot::UnexpectedToken | inline |
found() const | plywoot::UnexpectedToken | inline |
HeaderParserException(const std::string &message) | plywoot::HeaderParserException | inline |
UnexpectedToken(detail::HeaderScanner::Token expected, detail::HeaderScanner::Token found, const std::string &tokenString) | plywoot::UnexpectedToken | inline |
UnexpectedToken(std::vector< detail::HeaderScanner::Token > expected, detail::HeaderScanner::Token found, const std::string &tokenString) | plywoot::UnexpectedToken | inline |