#include <SVG.h>
Public Member Functions | |
| SVGPathToken * | getNext () |
| Returns a pointer to the next token. | |
| const char * | getBuffer () |
| Returns a pointer to the data of the token. | |
Protected Member Functions | |
| SVGPathToken (char *aBuffer) | |
| Protected constructor. | |
| ~SVGPathToken () | |
| Protected destructor. | |
Protected Attributes | |
| SVGPathToken * | mNext |
| char * | mBuffer |
Friends | |
| class | SVGPathTokenizer |
|
|
Protected constructor.
|
|
|
Protected destructor.
|
|
|
Returns a pointer to the data of the token.
|
|
|
Returns a pointer to the next token.
|
|
|
|
|
|
|
|
|
|
1.4.6-NO