VR-Exchange 2.9 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros
pVrvSetSystemState.h File Reference

Contains the DtPortalVrvSetSystemStateInteraction class declaration. More...

Go to the source code of this file.

Classes

class  MAKVrExchange::DtPortalVrvSetSystemStateInteraction
 Vrf Set Data Interaction class. More...
 

Namespaces

 MAKVrExchange
 

Macros

#define DtDEC_ATTRIBUTE_CLEAR(T, N, n)
 Redefine attribute macro. All attributes in this message are optional. More...
 

Detailed Description

Contains the DtPortalVrvSetSystemStateInteraction class declaration.

Macro Definition Documentation

#define DtDEC_ATTRIBUTE_CLEAR (   T,
  N,
 
)
Value:
public: \
void set##N( const T& val ) { my##N = val; myb##N = true; } \
const T& n() const { return my##N; } \
const bool isset##N() const { return myb##N; } \
void clear##N() { myb##N = false; } \
T& n() { return my##N; } \
protected: \
T my##N; \
bool myb##N;

Redefine attribute macro. All attributes in this message are optional.


Document ID: Generated on Tue Jun 25 16:45:35 EDT 2024 from SVN revision 267383
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)