Class ProgramRttiCachePair
java.lang.Object
cppclassanalyzer.data.manager.caches.RttiCachePair<AbstractClassTypeInfoDB,AbstractVtableDB>
cppclassanalyzer.data.manager.caches.ProgramRttiCachePair
public final class ProgramRttiCachePair extends RttiCachePair<AbstractClassTypeInfoDB,AbstractVtableDB>
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_CACHE_SIZE -
Constructor Summary
Constructors Constructor Description ProgramRttiCachePair()ProgramRttiCachePair(int capacity) -
Method Summary
Methods inherited from class cppclassanalyzer.data.manager.caches.RttiCachePair
getTypeCache, getVtableCache, invalidate
-
Field Details
-
DEFAULT_CACHE_SIZE
public static final int DEFAULT_CACHE_SIZE- See Also:
- Constant Field Values
-
-
Constructor Details
-
ProgramRttiCachePair
public ProgramRttiCachePair() -
ProgramRttiCachePair
public ProgramRttiCachePair(int capacity)
-