XLL+ Class Library (7.0)

HandleCache<T> Methods

The methods of the HandleCache<T> class are listed here.

Construction

public method HandleCache<T> Constructs a HandleCache object

Singleton

public method static method GetInstance Returns the single instance of this cache type.
public method static method GetOrCreateInstance Returns the single instance of this cache type, creating one if none exists.

Handle functions

public method CreateHandleInCache Creates a new handle for the supplied pointer, and adds the pointer to the object cache.
public method HandleToPtr Converts a handle to a pointer to T.

Properties

public method SetFormatter Sets the specified formatter object to be the formatter for all handles in this cache.

Requirements

Header: rtdhandles.h
Namespace: psl

See Also

HandleCache<T> Class | rtdhandles.h