Home | Download | Screen shots | Discussion | Documentation |
---|
The implementation of the openvrml::color_rgba_p
functor parser.
More...
#include <openvrml/x3d_vrml_grammar.h>
Public Types | |
typedef openvrml::color_rgba | result_t |
Parse result. | |
Public Member Functions | |
template<typename ScannerT > | |
std::ptrdiff_t | operator() (const ScannerT &scan, result_t &result) const |
Parse an RGBA color value. |
The implementation of the openvrml::color_rgba_p
functor parser.
Parse result.
std::ptrdiff_t openvrml::color_rgba_parser::operator() | ( | const ScannerT & | scan, | |
result_t & | result | |||
) | const [inline] |
Parse an RGBA color value.
[in] | scan | a scanner. |
[out] | result | the parse result. |