Location:
stringpool.h
class MStringPoolCloseCallBack;
Abstract callback interface that alerts implementors to when a string pool closes.
Defined in MStringPoolCloseCallBack
:
StringPoolClosing()
virtual void StringPoolClosing()=0;
Implement this function to perform some operation when the string pool is being closed.
Called when the string pool is about to close.