XLL+ Class Library (7.0)

HandleCache<T>::GetOrCreateInstance

Returns the single instance of this cache type, creating one if none exists.

static HandleCache<T> GetOrCreateInstance( );

Return Value

The function returns a pointer to the single instance of the cache for type T. If no instance yet exists, then a cache of type HandleCache<T> is created.

Requirements

Header: rtdhandles.h

See Also

HandleCache<T> Class | HandleCache<T> Methods