#include <PY_EvaluationCache.h>
Public Member Functions | |
| virtual | ~PY_EvaluationCache () |
Static Public Member Functions | |
| static void | setConstructionCallback (PY_EvaluationCache *(*callback)()) |
| static bool | isConstructionCallbackSet () |
| static PY_EvaluationCache * | createNew () |
| static UT_PtrArray < PY_EvaluationCache * > & | getThreadSpecificStack () |
Definition at line 35 of file PY_EvaluationCache.h.
| virtual PY_EvaluationCache::~PY_EvaluationCache | ( | ) | [inline, virtual] |
Definition at line 38 of file PY_EvaluationCache.h.
| static PY_EvaluationCache* PY_EvaluationCache::createNew | ( | ) | [static] |
| static UT_PtrArray<PY_EvaluationCache *>& PY_EvaluationCache::getThreadSpecificStack | ( | ) | [static] |
| static bool PY_EvaluationCache::isConstructionCallbackSet | ( | ) | [static] |
| static void PY_EvaluationCache::setConstructionCallback | ( | PY_EvaluationCache *(*)() | callback | ) | [static] |
1.5.9