#include <c4d_general.h>
Class to hold cached parser data.
Public Member Functions | |
Bool | CopyTo (ParserCache *dest) |
Static Public Member Functions | |
static ParserCache * | Alloc () |
static void | Free (ParserCache *&p) |
Private Member Functions | |
ParserCache () | |
~ParserCache () | |
|
private |
|
private |
|
static |
|
static |
Bool CopyTo | ( | ParserCache * | dest | ) |
Copies the parser cache.
[out] | dest | The destination parser cache. The caller owns the pointed parser cache. |