VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)