![]() |
VR-Forces 4.6 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtBackend |
| Instances of DtBackend are created and maintained by a DtVrfBackendListener, and are containers for datum associated with a back-end. More... | |
Macros | |
| #define | DtKindFromKey(key) ((key & 0XFF00) >> 8) |
| #define | DtDomainFromKey(key) (key & 0x00FF) |
| #define | DtKeyFromKindDomain(kind, domain) ((kind << 8) | (0x00FF & domain)) |
| #define DtKindFromKey | ( | key | ) | ((key & 0XFF00) >> 8) |
| #define DtDomainFromKey | ( | key | ) | (key & 0x00FF) |
| #define DtKeyFromKindDomain | ( | kind, | |
| domain | |||
| ) | ((kind << 8) | (0x00FF & domain)) |