The methods of the CHandleFormatter<T> class are listed here.
|
CHandleFormatter<T> | Constructs a CHandleFormatter object |
|
MakeHandle | Creates a handle for an object. |
|
SplitHandle | Parses a handle and returns the guid and state. |
|
Escape | Replaces any separator characters in a string with escapes. |
|
ExtractKeyAndState | Parses a handle composed of separated parts and extracts the key and state. |
|
Join | Joins a set of strings, using a specified character (by default, a colon) as separator. |
|
ReadState | Reads a state number from text. |
|
Split | Splits a handle into parts. |
|
WriteState | Writes a state number as text. |
Header: rtdhandles.h
Namespace: psl::rtd
CHandleFormatter<T> Class | rtdhandles.h | Custom handle formats (User Guide)