#include "seObject.h"
#include "seHelperDRM.h"
#include "drm.h"
Include dependency graph for seDRMBase.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | sedris |
Defines | |
#define | DRMBASE_RET_FIELDS(_c, _f) |
For "get" direct structure member access. | |
#define | DRMBASE_ALLOC_FIELDS SE_Fields *flds = getWritableFields(); |
For "set" calls. | |
#define | DRMBASE_SET_FIELDS(_c, _f, _v) |
For "set" field member copy access. | |
#define | DRMBASE_SET_FIELDS_S(_c, _f, _s, _v) flds->u._c._f._s = _v |
For "set" field member copy access (sub-field). | |
#define | DRMBASE_ACC_FIELDS(_c, _f) flds->u._c._f |
For "set" structure reference. |
|
|
|
|
|
Value: const SE_Fields *flds; \ getFields(&flds); \ return (flds->u._c._f) |
|
Value: DRMBASE_ALLOC_FIELDS; \ flds->u._c._f = _v |
|
|
SEDRIS Transmittal Access C++ API | 4.0.0 beta - 14 Jul 2004 |
Copyright © 2004 SEDRIS | Docs by Doxygen 1.3.2 |