home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * This file was generated by the SOM Compiler.
- * FileName: h:\somnt\include\scattrib.xh.
- * Generated using:
- * SOM Precompiler somipc: Development
- * SOM Emitter emitxh.dll: Development
- */
-
- /*
- *
- * COMPONENT_NAME: some
- *
- * ORIGINS: 27
- *
- *
- * 10H9767, 10H9769 (C) COPYRIGHT International Business Machines Corp. 1992,1994
- * All Rights Reserved
- * Licensed Materials - Property of IBM
- * US Government Users Restricted Rights - Use, duplication or
- * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- * %Z% %I% %W% %G% %U% [%H% %T%]
- *
- */
-
-
- #ifndef SOM_SOMTAttributeEntryC_xh
- #define SOM_SOMTAttributeEntryC_xh
-
- class SOMTAttributeEntryC;
-
- #define SOMTAttributeEntryC_MajorVersion 2
- #define SOMTAttributeEntryC_MinorVersion 1
-
- /* C++ SOM defs */
- #include <somcls.xh>
- #include <somcm.xh>
-
- /* C++ parent defs */
- #ifndef SOM_SOMTEntryC_xh
- #include <scentry.xh>
- #endif
-
- #ifndef SOMTAttributeEntryC_API
- #define SOMTAttributeEntryC_API
- /*
- * -- The Class API
- */
-
- /*
- * Start of user-defined types:
- */
- class SOMTDataEntryC;
- class SOMTMethodEntryC;
- class SOMClass;
- class SOMObject;
- class SOMTEntryC;
- class SOMTEmitC;
- class SOMTMetaClassEntryC;
- class SOMTAttributeEntryC;
- class SOMTTypedefEntryC;
- class SOMTBaseClassEntryC;
- class SOMTPassthruEntryC;
- class SOMTClassEntryC;
- class SOMTModuleEntryC;
- class SOMTParameterEntryC;
- class SOMTStructEntryC;
- class SOMTUnionEntryC;
- class SOMTEnumEntryC;
- class SOMTConstEntryC;
- class SOMTSequenceEntryC;
- class SOMTStringEntryC;
- class SOMTEnumNameEntryC;
- class SOMTCommonEntryC;
- class SOMTUserDefinedTypeEntryC;
-
- /*
- * End of user-defined types.
- */
-
- /* A procedure to create the SOMTAttributeEntryC Class */
- SOMEXTERN
- #if (defined(SOM_Module_scattrib_Source) || defined(SOMTAttributeEntryC_Class_Source) || defined (SOM_DONT_IMPORT_CLASS_SOMTAttributeEntryC))
- WIN32_DLLEXPORT
- #else
- WIN32_DLLIMPORT
- #endif
- SOMClass * SOMLINK SOMTAttributeEntryCNewClass(
- integer4,
- integer4 );
-
- /* The API to the SOMTAttributeEntryC class object, and the methods it introduces. */
- SOMEXTERN struct SOMTAttributeEntryCClassDataStructure {
- SOMClass *classObject;
- somMToken _get_somtIsReadonly;
- somMToken _get_somtAttribType;
- somMToken somtGetFirstAttributeDeclarator;
- somMToken somtGetNextAttributeDeclarator;
- somMToken somtGetFirstGetMethod;
- somMToken somtGetNextGetMethod;
- somMToken somtGetFirstSetMethod;
- somMToken somtGetNextSetMethod;
- }
- #if !(defined(SOM_Module_scattrib_Source) || defined(SOMTAttributeEntryC_Class_Source) || defined (SOM_DONT_IMPORT_CLASS_SOMTAttributeEntryC))
- WIN32_DLLIMPORT
- #elif defined(_MSC_VER)||defined(_WIN32_DECL_PROTO)
- WIN32_DLLEXPORT
- #endif
- SOMDLINK SOMTAttributeEntryCClassData;
- #define _SOMTAttributeEntryC SOMTAttributeEntryCClassData.classObject
-
- /* The API to parentMtabs for SOMTAttributeEntryC, and the instance data it introduces. */
- SOMEXTERN struct SOMTAttributeEntryCCClassDataStructure {
- somMethodTabs parentMtab;
- somDToken instanceDataToken;
- }
- #if !(defined(SOM_Module_scattrib_Source) || defined(SOMTAttributeEntryC_Class_Source) || defined (SOM_DONT_IMPORT_CLASS_SOMTAttributeEntryC))
- WIN32_DLLIMPORT
- #elif defined(_MSC_VER)||defined(_WIN32_DECL_PROTO)
- WIN32_DLLEXPORT
- #endif
- SOMDLINK SOMTAttributeEntryCCClassData;
-
- /*
- * -- Typedefs for SOMTAttributeEntryC Method Procedures
- */
- extern "C" {
- typedef boolean SOMLINK somTP_SOMTAttributeEntryC__get_somtIsReadonly(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC__get_somtIsReadonly *somTD_SOMTAttributeEntryC__get_somtIsReadonly;
- typedef SOMTEntryC* SOMLINK somTP_SOMTAttributeEntryC__get_somtAttribType(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC__get_somtAttribType *somTD_SOMTAttributeEntryC__get_somtAttribType;
- typedef SOMTDataEntryC* SOMLINK somTP_SOMTAttributeEntryC_somtGetFirstAttributeDeclarator(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC_somtGetFirstAttributeDeclarator *somTD_SOMTAttributeEntryC_somtGetFirstAttributeDeclarator;
- typedef SOMTDataEntryC* SOMLINK somTP_SOMTAttributeEntryC_somtGetNextAttributeDeclarator(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC_somtGetNextAttributeDeclarator *somTD_SOMTAttributeEntryC_somtGetNextAttributeDeclarator;
- typedef SOMTMethodEntryC* SOMLINK somTP_SOMTAttributeEntryC_somtGetFirstGetMethod(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC_somtGetFirstGetMethod *somTD_SOMTAttributeEntryC_somtGetFirstGetMethod;
- typedef SOMTMethodEntryC* SOMLINK somTP_SOMTAttributeEntryC_somtGetNextGetMethod(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC_somtGetNextGetMethod *somTD_SOMTAttributeEntryC_somtGetNextGetMethod;
- typedef SOMTMethodEntryC* SOMLINK somTP_SOMTAttributeEntryC_somtGetFirstSetMethod(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC_somtGetFirstSetMethod *somTD_SOMTAttributeEntryC_somtGetFirstSetMethod;
- typedef SOMTMethodEntryC* SOMLINK somTP_SOMTAttributeEntryC_somtGetNextSetMethod(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC_somtGetNextSetMethod *somTD_SOMTAttributeEntryC_somtGetNextSetMethod;
-
- /*
- * -- Typedefs for Reintroduced Wrapper Methods
- */
- typedef string SOMLINK somTP_SOMTAttributeEntryC__get_somtEntryName(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC__get_somtEntryName *somTD_SOMTAttributeEntryC__get_somtEntryName;
- typedef void SOMLINK somTP_SOMTAttributeEntryC__set_somtEntryName(SOMTAttributeEntryC *somSelf,
- string somtEntryName);
- typedef somTP_SOMTAttributeEntryC__set_somtEntryName *somTD_SOMTAttributeEntryC__set_somtEntryName;
- typedef SOMTTypes SOMLINK somTP_SOMTAttributeEntryC__get_somtElementType(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC__get_somtElementType *somTD_SOMTAttributeEntryC__get_somtElementType;
- typedef void SOMLINK somTP_SOMTAttributeEntryC__set_somtElementType(SOMTAttributeEntryC *somSelf,
- SOMTTypes somtElementType);
- typedef somTP_SOMTAttributeEntryC__set_somtElementType *somTD_SOMTAttributeEntryC__set_somtElementType;
- typedef string SOMLINK somTP_SOMTAttributeEntryC__get_somtElementTypeName(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC__get_somtElementTypeName *somTD_SOMTAttributeEntryC__get_somtElementTypeName;
- typedef string SOMLINK somTP_SOMTAttributeEntryC__get_somtEntryComment(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC__get_somtEntryComment *somTD_SOMTAttributeEntryC__get_somtEntryComment;
- typedef unsigned long SOMLINK somTP_SOMTAttributeEntryC__get_somtSourceLineNumber(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC__get_somtSourceLineNumber *somTD_SOMTAttributeEntryC__get_somtSourceLineNumber;
- typedef TypeCode SOMLINK somTP_SOMTAttributeEntryC__get_somtTypeCode(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC__get_somtTypeCode *somTD_SOMTAttributeEntryC__get_somtTypeCode;
- typedef boolean SOMLINK somTP_SOMTAttributeEntryC__get_somtIsReference(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC__get_somtIsReference *somTD_SOMTAttributeEntryC__get_somtIsReference;
- typedef string SOMLINK somTP_SOMTAttributeEntryC__get_somtIDLScopedName(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC__get_somtIDLScopedName *somTD_SOMTAttributeEntryC__get_somtIDLScopedName;
- typedef string SOMLINK somTP_SOMTAttributeEntryC__get_somtCScopedName(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC__get_somtCScopedName *somTD_SOMTAttributeEntryC__get_somtCScopedName;
- typedef string SOMLINK somTP_SOMTAttributeEntryC_somtGetModifierValue(SOMTAttributeEntryC *somSelf,
- string modifierName);
- typedef somTP_SOMTAttributeEntryC_somtGetModifierValue *somTD_SOMTAttributeEntryC_somtGetModifierValue;
- typedef boolean SOMLINK somTP_SOMTAttributeEntryC_somtGetFirstModifier(SOMTAttributeEntryC *somSelf,
- string* modifierName,
- string* modifierValue);
- typedef somTP_SOMTAttributeEntryC_somtGetFirstModifier *somTD_SOMTAttributeEntryC_somtGetFirstModifier;
- typedef boolean SOMLINK somTP_SOMTAttributeEntryC_somtGetNextModifier(SOMTAttributeEntryC *somSelf,
- string* modifierName,
- string* modifierValue);
- typedef somTP_SOMTAttributeEntryC_somtGetNextModifier *somTD_SOMTAttributeEntryC_somtGetNextModifier;
- typedef long SOMLINK somTP_SOMTAttributeEntryC_somtFormatModifier(SOMTAttributeEntryC *somSelf,
- string buffer,
- string name,
- string value);
- typedef somTP_SOMTAttributeEntryC_somtFormatModifier *somTD_SOMTAttributeEntryC_somtFormatModifier;
- typedef long SOMLINK somTP_SOMTAttributeEntryC_somtGetModifierList(SOMTAttributeEntryC *somSelf,
- string buffer);
- typedef somTP_SOMTAttributeEntryC_somtGetModifierList *somTD_SOMTAttributeEntryC_somtGetModifierList;
- typedef long SOMLINK somTP_SOMTAttributeEntryC_somtSetSymbolsOnEntry(SOMTAttributeEntryC *somSelf,
- SOMTEmitC* emitter,
- string prefix);
- typedef somTP_SOMTAttributeEntryC_somtSetSymbolsOnEntry *somTD_SOMTAttributeEntryC_somtSetSymbolsOnEntry;
- typedef void SOMLINK somTP_SOMTAttributeEntryC_somtSetEntryStruct(SOMTAttributeEntryC *somSelf,
- Entry* es);
- typedef somTP_SOMTAttributeEntryC_somtSetEntryStruct *somTD_SOMTAttributeEntryC_somtSetEntryStruct;
- typedef void SOMLINK somTP_SOMTAttributeEntryC_somInit(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC_somInit *somTD_SOMTAttributeEntryC_somInit;
- typedef void SOMLINK somTP_SOMTAttributeEntryC_somUninit(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC_somUninit *somTD_SOMTAttributeEntryC_somUninit;
- typedef SOMObject* SOMLINK somTP_SOMTAttributeEntryC_somPrintSelf(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC_somPrintSelf *somTD_SOMTAttributeEntryC_somPrintSelf;
- typedef void SOMLINK somTP_SOMTAttributeEntryC_somDumpSelfInt(SOMTAttributeEntryC *somSelf,
- long level);
- typedef somTP_SOMTAttributeEntryC_somDumpSelfInt *somTD_SOMTAttributeEntryC_somDumpSelfInt;
- typedef void SOMLINK somTP_SOMTAttributeEntryC_somDumpSelf(SOMTAttributeEntryC *somSelf,
- long level);
- typedef somTP_SOMTAttributeEntryC_somDumpSelf *somTD_SOMTAttributeEntryC_somDumpSelf;
- typedef void SOMLINK somTP_SOMTAttributeEntryC_somDefaultInit(SOMTAttributeEntryC *somSelf,
- somInitCtrl* ctrl);
- typedef somTP_SOMTAttributeEntryC_somDefaultInit *somTD_SOMTAttributeEntryC_somDefaultInit;
- typedef void SOMLINK somTP_SOMTAttributeEntryC_somDestruct(SOMTAttributeEntryC *somSelf,
- octet doFree,
- somDestructCtrl* ctrl);
- typedef somTP_SOMTAttributeEntryC_somDestruct *somTD_SOMTAttributeEntryC_somDestruct;
- typedef void SOMLINK somTP_SOMTAttributeEntryC_somDefaultCopyInit(SOMTAttributeEntryC *somSelf,
- somInitCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_SOMTAttributeEntryC_somDefaultCopyInit *somTD_SOMTAttributeEntryC_somDefaultCopyInit;
- typedef SOMTAttributeEntryC* SOMLINK somTP_SOMTAttributeEntryC_somDefaultAssign(SOMTAttributeEntryC *somSelf,
- somAssignCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_SOMTAttributeEntryC_somDefaultAssign *somTD_SOMTAttributeEntryC_somDefaultAssign;
- typedef void SOMLINK somTP_SOMTAttributeEntryC_somDefaultConstCopyInit(SOMTAttributeEntryC *somSelf,
- somInitCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_SOMTAttributeEntryC_somDefaultConstCopyInit *somTD_SOMTAttributeEntryC_somDefaultConstCopyInit;
- typedef void SOMLINK somTP_SOMTAttributeEntryC_somDefaultVCopyInit(SOMTAttributeEntryC *somSelf,
- somInitCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_SOMTAttributeEntryC_somDefaultVCopyInit *somTD_SOMTAttributeEntryC_somDefaultVCopyInit;
- typedef void SOMLINK somTP_SOMTAttributeEntryC_somDefaultConstVCopyInit(SOMTAttributeEntryC *somSelf,
- somInitCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_SOMTAttributeEntryC_somDefaultConstVCopyInit *somTD_SOMTAttributeEntryC_somDefaultConstVCopyInit;
- typedef SOMTAttributeEntryC* SOMLINK somTP_SOMTAttributeEntryC_somDefaultConstAssign(SOMTAttributeEntryC *somSelf,
- somAssignCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_SOMTAttributeEntryC_somDefaultConstAssign *somTD_SOMTAttributeEntryC_somDefaultConstAssign;
- typedef SOMTAttributeEntryC* SOMLINK somTP_SOMTAttributeEntryC_somDefaultVAssign(SOMTAttributeEntryC *somSelf,
- somAssignCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_SOMTAttributeEntryC_somDefaultVAssign *somTD_SOMTAttributeEntryC_somDefaultVAssign;
- typedef SOMTAttributeEntryC* SOMLINK somTP_SOMTAttributeEntryC_somDefaultConstVAssign(SOMTAttributeEntryC *somSelf,
- somAssignCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_SOMTAttributeEntryC_somDefaultConstVAssign *somTD_SOMTAttributeEntryC_somDefaultConstVAssign;
- typedef void SOMLINK somTP_SOMTAttributeEntryC_somFree(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC_somFree *somTD_SOMTAttributeEntryC_somFree;
- typedef SOMClass* SOMLINK somTP_SOMTAttributeEntryC_somGetClass(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC_somGetClass *somTD_SOMTAttributeEntryC_somGetClass;
- typedef string SOMLINK somTP_SOMTAttributeEntryC_somGetClassName(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC_somGetClassName *somTD_SOMTAttributeEntryC_somGetClassName;
- typedef long SOMLINK somTP_SOMTAttributeEntryC_somGetSize(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC_somGetSize *somTD_SOMTAttributeEntryC_somGetSize;
- typedef boolean SOMLINK somTP_SOMTAttributeEntryC_somIsA(SOMTAttributeEntryC *somSelf,
- SOMClass* aClassObj);
- typedef somTP_SOMTAttributeEntryC_somIsA *somTD_SOMTAttributeEntryC_somIsA;
- typedef boolean SOMLINK somTP_SOMTAttributeEntryC_somIsInstanceOf(SOMTAttributeEntryC *somSelf,
- SOMClass* aClassObj);
- typedef somTP_SOMTAttributeEntryC_somIsInstanceOf *somTD_SOMTAttributeEntryC_somIsInstanceOf;
- typedef boolean SOMLINK somTP_SOMTAttributeEntryC_somRespondsTo(SOMTAttributeEntryC *somSelf,
- somId mId);
- typedef somTP_SOMTAttributeEntryC_somRespondsTo *somTD_SOMTAttributeEntryC_somRespondsTo;
- typedef boolean SOMLINK somTP_SOMTAttributeEntryC_somDispatch(SOMTAttributeEntryC *somSelf,
- somToken* retValue,
- somId methodId,
- va_list ap);
- typedef somTP_SOMTAttributeEntryC_somDispatch *somTD_SOMTAttributeEntryC_somDispatch;
- typedef boolean SOMLINK somTP_SOMTAttributeEntryC_somClassDispatch(SOMTAttributeEntryC *somSelf,
- SOMClass* clsObj,
- somToken* retValue,
- somId methodId,
- va_list ap);
- typedef somTP_SOMTAttributeEntryC_somClassDispatch *somTD_SOMTAttributeEntryC_somClassDispatch;
- typedef boolean SOMLINK somTP_SOMTAttributeEntryC_somCastObj(SOMTAttributeEntryC *somSelf,
- SOMClass* cls);
- typedef somTP_SOMTAttributeEntryC_somCastObj *somTD_SOMTAttributeEntryC_somCastObj;
- typedef boolean SOMLINK somTP_SOMTAttributeEntryC_somResetObj(SOMTAttributeEntryC *somSelf);
- typedef somTP_SOMTAttributeEntryC_somResetObj *somTD_SOMTAttributeEntryC_somResetObj;
- }
-
- #endif /* SOMTAttributeEntryC_API */
-
-
- /*
- * -- This emitter believes that method thunks are unavailable,
- * -- so somResolve will be called.
- */
- #undef somresolve_
- #define somresolve_(obj,mToken) (somResolve(obj,mToken))
-
- /*
- * -- The C++ Wrapper Class for SOMTAttributeEntryC
- */
- class SOMTAttributeEntryC : public SOMTEntryC
- {
- public:
-
- // SOMTAttributeEntryC::new creates the class object if necessary, and then uses somNewNoInit
- // to allocate memory and create the object. Initialization is in ctors.
- void *operator new(size_t)
- {
- if (!_SOMTAttributeEntryC) SOMTAttributeEntryCNewClass(SOMTAttributeEntryC_MajorVersion,SOMTAttributeEntryC_MinorVersion);
- return (void*)
- SOM_Resolve(_SOMTAttributeEntryC,SOMClass,somNewNoInit)
- ((SOMClass *)((void*)_SOMTAttributeEntryC));
- }
-
- // SOMTAttributeEntryC::delete uses somDestruct.
- void operator delete(void * obj)
- {
- if (obj && *(void**)obj) {
- SOM_Resolve(obj,SOMObject,somDestruct)
- ((SOMObject*)obj, 1, 0);
- }
- }
-
- SOMTAttributeEntryC()
- {
- if (*(void**)this !=
- ((somParentMtabStructPtr)
- (SOMTAttributeEntryCCClassData.parentMtab))->mtab)
- return;
- ((SOMObject*)((void*)this))->somDefaultInit(0);
- }
-
- SOMTAttributeEntryC(SOMTAttributeEntryC* fromObj)
- {
- if (*(void**)this !=
- ((somParentMtabStructPtr)
- (SOMTAttributeEntryCCClassData.parentMtab))->mtab)
- return;
- ((SOMObject*)((void*)this))->somDefaultCopyInit(0,((SOMObject*)((void*)fromObj)));
- }
-
- SOMTAttributeEntryC(const SOMTAttributeEntryC* fromObj)
- {
- if (*(void**)this !=
- ((somParentMtabStructPtr)
- (SOMTAttributeEntryCCClassData.parentMtab))->mtab)
- return;
- ((SOMObject*)((void*)this))->somDefaultConstCopyInit(0,((SOMObject*)((void*)fromObj)));
- }
-
-
- /* method: _get_somtIsReadonly */
- boolean _get_somtIsReadonly()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTAttributeEntryC,_get_somtIsReadonly)
- (this);
- }
-
-
- /* method: _get_somtAttribType */
- SOMTEntryC* _get_somtAttribType()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTAttributeEntryC,_get_somtAttribType)
- (this);
- }
-
-
- /* method: somtGetFirstAttributeDeclarator */
- SOMTDataEntryC* somtGetFirstAttributeDeclarator()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTAttributeEntryC,somtGetFirstAttributeDeclarator)
- (this);
- }
-
-
- /* method: somtGetNextAttributeDeclarator */
- SOMTDataEntryC* somtGetNextAttributeDeclarator()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTAttributeEntryC,somtGetNextAttributeDeclarator)
- (this);
- }
-
-
- /* method: somtGetFirstGetMethod */
- SOMTMethodEntryC* somtGetFirstGetMethod()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTAttributeEntryC,somtGetFirstGetMethod)
- (this);
- }
-
-
- /* method: somtGetNextGetMethod */
- SOMTMethodEntryC* somtGetNextGetMethod()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTAttributeEntryC,somtGetNextGetMethod)
- (this);
- }
-
-
- /* method: somtGetFirstSetMethod */
- SOMTMethodEntryC* somtGetFirstSetMethod()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTAttributeEntryC,somtGetFirstSetMethod)
- (this);
- }
-
-
- /* method: somtGetNextSetMethod */
- SOMTMethodEntryC* somtGetNextSetMethod()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTAttributeEntryC,somtGetNextSetMethod)
- (this);
- }
-
-
- /*
- * Reintroduce inherited methods
- */
-
- /* method: _get_somtEntryName */
- string _get_somtEntryName()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTEntryC,_get_somtEntryName)
- (this);
- }
-
-
- /* method: _set_somtEntryName */
- void _set_somtEntryName(string somtEntryName)
- {
- SOM_ResolveD(this,SOMTAttributeEntryC,SOMTEntryC,_set_somtEntryName)
- (this,somtEntryName);
- }
-
-
- /* method: _get_somtElementType */
- SOMTTypes _get_somtElementType()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTEntryC,_get_somtElementType)
- (this);
- }
-
-
- /* method: _set_somtElementType */
- void _set_somtElementType(SOMTTypes somtElementType)
- {
- SOM_ResolveD(this,SOMTAttributeEntryC,SOMTEntryC,_set_somtElementType)
- (this,somtElementType);
- }
-
-
- /* method: _get_somtElementTypeName */
- string _get_somtElementTypeName()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTEntryC,_get_somtElementTypeName)
- (this);
- }
-
-
- /* method: _get_somtEntryComment */
- string _get_somtEntryComment()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTEntryC,_get_somtEntryComment)
- (this);
- }
-
-
- /* method: _get_somtSourceLineNumber */
- unsigned long _get_somtSourceLineNumber()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTEntryC,_get_somtSourceLineNumber)
- (this);
- }
-
-
- /* method: _get_somtTypeCode */
- TypeCode _get_somtTypeCode()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTEntryC,_get_somtTypeCode)
- (this);
- }
-
-
- /* method: _get_somtIsReference */
- boolean _get_somtIsReference()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTEntryC,_get_somtIsReference)
- (this);
- }
-
-
- /* method: _get_somtIDLScopedName */
- string _get_somtIDLScopedName()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTEntryC,_get_somtIDLScopedName)
- (this);
- }
-
-
- /* method: _get_somtCScopedName */
- string _get_somtCScopedName()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTEntryC,_get_somtCScopedName)
- (this);
- }
-
-
- /* method: somtGetModifierValue */
- string somtGetModifierValue(string modifierName)
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTEntryC,somtGetModifierValue)
- (this,modifierName);
- }
-
-
- /* method: somtGetFirstModifier */
- boolean somtGetFirstModifier(string* modifierName,
- string* modifierValue)
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTEntryC,somtGetFirstModifier)
- (this,modifierName,modifierValue);
- }
-
-
- /* method: somtGetNextModifier */
- boolean somtGetNextModifier(string* modifierName,
- string* modifierValue)
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTEntryC,somtGetNextModifier)
- (this,modifierName,modifierValue);
- }
-
-
- /* method: somtFormatModifier */
- long somtFormatModifier(string buffer,
- string name,
- string value)
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTEntryC,somtFormatModifier)
- (this,buffer,name,value);
- }
-
-
- /* method: somtGetModifierList */
- long somtGetModifierList(string buffer)
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTEntryC,somtGetModifierList)
- (this,buffer);
- }
-
-
- /* method: somtSetSymbolsOnEntry */
- long somtSetSymbolsOnEntry(SOMTEmitC* emitter,
- string prefix)
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMTEntryC,somtSetSymbolsOnEntry)
- (this,emitter,prefix);
- }
-
-
- /* method: somtSetEntryStruct */
- void somtSetEntryStruct(Entry* es)
- {
- SOM_ResolveD(this,SOMTAttributeEntryC,SOMTEntryC,somtSetEntryStruct)
- (this,es);
- }
-
-
- /* method: somInit */
- void somInit()
- {
- SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somInit)
- (this);
- }
-
-
- /* method: somUninit */
- void somUninit()
- {
- SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somUninit)
- (this);
- }
-
-
- /* method: somPrintSelf */
- SOMObject* somPrintSelf()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somPrintSelf)
- (this);
- }
-
-
- /* method: somDumpSelfInt */
- void somDumpSelfInt(long level)
- {
- SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somDumpSelfInt)
- (this,level);
- }
-
-
- /* method: somDumpSelf */
- void somDumpSelf(long level)
- {
- SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somDumpSelf)
- (this,level);
- }
-
-
- /* initializer method: somDefaultInit */
- void somDefaultInit(somInitCtrl* ctrl)
- {
- SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somDefaultInit)
- (this,ctrl);
- }
-
-
- /* method: somDestruct */
- void somDestruct(octet doFree,
- somDestructCtrl* ctrl)
- {
- SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somDestruct)
- (this,doFree,ctrl);
- }
-
-
- /* initializer method: somDefaultCopyInit */
- void somDefaultCopyInit(somInitCtrl* ctrl,
- SOMObject* fromObj)
- {
- SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somDefaultCopyInit)
- (this,ctrl,fromObj);
- }
-
-
- /* method: somDefaultAssign */
- SOMTAttributeEntryC* somDefaultAssign(somAssignCtrl* ctrl,
- SOMObject* fromObj)
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somDefaultAssign)
- (this,ctrl,fromObj);
- }
-
-
- /* initializer method: somDefaultConstCopyInit */
- void somDefaultConstCopyInit(somInitCtrl* ctrl,
- SOMObject* fromObj)
- {
- SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somDefaultConstCopyInit)
- (this,ctrl,fromObj);
- }
-
-
- /* initializer method: somDefaultVCopyInit */
- void somDefaultVCopyInit(somInitCtrl* ctrl,
- SOMObject* fromObj)
- {
- SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somDefaultVCopyInit)
- (this,ctrl,fromObj);
- }
-
-
- /* initializer method: somDefaultConstVCopyInit */
- void somDefaultConstVCopyInit(somInitCtrl* ctrl,
- SOMObject* fromObj)
- {
- SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somDefaultConstVCopyInit)
- (this,ctrl,fromObj);
- }
-
-
- /* method: somDefaultConstAssign */
- SOMTAttributeEntryC* somDefaultConstAssign(somAssignCtrl* ctrl,
- SOMObject* fromObj)
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somDefaultConstAssign)
- (this,ctrl,fromObj);
- }
-
-
- /* method: somDefaultVAssign */
- SOMTAttributeEntryC* somDefaultVAssign(somAssignCtrl* ctrl,
- SOMObject* fromObj)
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somDefaultVAssign)
- (this,ctrl,fromObj);
- }
-
-
- /* method: somDefaultConstVAssign */
- SOMTAttributeEntryC* somDefaultConstVAssign(somAssignCtrl* ctrl,
- SOMObject* fromObj)
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somDefaultConstVAssign)
- (this,ctrl,fromObj);
- }
-
-
- /* method: somFree */
- void somFree()
- {
- SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somFree)
- (this);
- }
-
-
- /* method: somGetClass */
- SOMClass* somGetClass()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somGetClass)
- (this);
- }
-
-
- /* method: somGetClassName */
- string somGetClassName()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somGetClassName)
- (this);
- }
-
-
- /* method: somGetSize */
- long somGetSize()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somGetSize)
- (this);
- }
-
-
- /* method: somIsA */
- boolean somIsA(SOMClass* aClassObj)
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somIsA)
- (this,aClassObj);
- }
-
-
- /* method: somIsInstanceOf */
- boolean somIsInstanceOf(SOMClass* aClassObj)
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somIsInstanceOf)
- (this,aClassObj);
- }
-
-
- /* method: somRespondsTo */
- boolean somRespondsTo(somId mId)
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somRespondsTo)
- (this,mId);
- }
-
-
- /* va_list method: somDispatch */
- /* the va_list invocation form */
- boolean SOMTAttributeEntryC_somDispatch(somToken* retValue,
- somId methodId,
- va_list ap)
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somDispatch)
- (this,retValue,methodId,ap);
- }
-
- /* the varargs invocation form */
- boolean somDispatch(somToken* retValue,
- somId methodId,
- ...)
- {
- va_list ap;
- va_start(ap, methodId);
- boolean __somResult =
- SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somDispatch)
- (this,retValue,methodId,ap);
- va_end(ap);
- return __somResult;
- }
-
-
- /* va_list method: somClassDispatch */
- /* the va_list invocation form */
- boolean SOMTAttributeEntryC_somClassDispatch(SOMClass* clsObj,
- somToken* retValue,
- somId methodId,
- va_list ap)
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somClassDispatch)
- (this,clsObj,retValue,methodId,ap);
- }
-
- /* the varargs invocation form */
- boolean somClassDispatch(SOMClass* clsObj,
- somToken* retValue,
- somId methodId,
- ...)
- {
- va_list ap;
- va_start(ap, methodId);
- boolean __somResult =
- SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somClassDispatch)
- (this,clsObj,retValue,methodId,ap);
- va_end(ap);
- return __somResult;
- }
-
-
- /* method: somCastObj */
- boolean somCastObj(SOMClass* cls)
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somCastObj)
- (this,cls);
- }
-
-
- /* method: somResetObj */
- boolean somResetObj()
- {
- return SOM_ResolveD(this,SOMTAttributeEntryC,SOMObject,somResetObj)
- (this);
- }
-
-
-
- }; /* SOMTAttributeEntryC */
-
-
-
- #endif /* SOM_SOMTAttributeEntryC_xh */
-