#include "drm.h"
#include "se_cpp_support.h"
#include "seException.h"
Include dependency graph for seCommon.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 | EXPORT_DLL |
For Win32 symbol export/import. | |
#define | SE_HANDLE_DECL(_c, _o) |
NOT FOR USER CODE. | |
#define | SE_HANDLE_DECL_O(_c) |
NOT FOR USER CODE. |
|
|
|
Value: public: virtual void setImpl( sedris::I##_c *impl, sedris::I##_o *ownr ); \ public: sedris::I##_c *impl() const { return (_impl); } \ public: sedris::I##_o *owner() const { return (_ownr); } \ private: sedris::I##_c *_impl; \ private: sedris::I##_o *_ownr; |
|
Value: public: sedris::I##_c *impl() const { return (_impl); } \ private: sedris::I##_c *_impl; |
SEDRIS Transmittal Access C++ API | 4.0.0 beta - 14 Jul 2004 |
Copyright © 2004 SEDRIS | Docs by Doxygen 1.3.2 |