VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros
backend.h File Reference

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))

Detailed Description

Macro Definition Documentation

#define DtKindFromKey (   key)    ((key & 0XFF00) >> 8)
#define DtDomainFromKey (   key)    (key & 0x00FF)
#define DtKeyFromKindDomain (   kind,
  domain 
)    ((kind << 8) | (0x00FF & domain))

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)