XLL+ Class Library (6.3)

HandleCache<T>::GetInstance

Returns the single instance of this cache type.

static HandleCache<T> GetInstance( );

Return Value

The function returns a pointer to the single instance of the cache for type T. If no instance exists, then an exception of type CXlRuntimeException is thrown.

Requirements

Header: rtdhandles.h

See Also

HandleCache<T> Class | HandleCache<T> Methods