VR-Forces Development_Version 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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)