home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * This file was generated by the SOM Compiler.
- * FileName: h:\somnt\include\scmeta.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_SOMTMetaClassEntryC_xh
- #define SOM_SOMTMetaClassEntryC_xh
-
- class SOMTMetaClassEntryC;
-
- #define SOMTMetaClassEntryC_MajorVersion 2
- #define SOMTMetaClassEntryC_MinorVersion 1
-
- /* C++ SOM defs */
- #include <somcls.xh>
- #include <somcm.xh>
-
- /* C++ parent defs */
- #ifndef SOM_SOMTEntryC_xh
- #include <scentry.xh>
- #endif
-
- #ifndef SOMTMetaClassEntryC_API
- #define SOMTMetaClassEntryC_API
- /*
- * -- The Class API
- */
-
- /*
- * Start of user-defined types:
- */
- class SOMClass;
- class SOMObject;
- class SOMTEntryC;
- class SOMTEmitC;
- class SOMTMetaClassEntryC;
- class SOMTAttributeEntryC;
- class SOMTTypedefEntryC;
- class SOMTBaseClassEntryC;
- class SOMTPassthruEntryC;
- class SOMTDataEntryC;
- class SOMTMethodEntryC;
- 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 SOMTMetaClassEntryC Class */
- SOMEXTERN
- #if (defined(SOM_Module_scmeta_Source) || defined(SOMTMetaClassEntryC_Class_Source) || defined (SOM_DONT_IMPORT_CLASS_SOMTMetaClassEntryC))
- WIN32_DLLEXPORT
- #else
- WIN32_DLLIMPORT
- #endif
- SOMClass * SOMLINK SOMTMetaClassEntryCNewClass(
- integer4,
- integer4 );
-
- /* The API to the SOMTMetaClassEntryC class object, and the methods it introduces. */
- SOMEXTERN struct SOMTMetaClassEntryCClassDataStructure {
- SOMClass *classObject;
- somMToken _get_somtMetaFile;
- somMToken _get_somtMetaClassDef;
- }
- #if !(defined(SOM_Module_scmeta_Source) || defined(SOMTMetaClassEntryC_Class_Source) || defined (SOM_DONT_IMPORT_CLASS_SOMTMetaClassEntryC))
- WIN32_DLLIMPORT
- #elif defined(_MSC_VER)||defined(_WIN32_DECL_PROTO)
- WIN32_DLLEXPORT
- #endif
- SOMDLINK SOMTMetaClassEntryCClassData;
- #define _SOMTMetaClassEntryC SOMTMetaClassEntryCClassData.classObject
-
- /* The API to parentMtabs for SOMTMetaClassEntryC, and the instance data it introduces. */
- SOMEXTERN struct SOMTMetaClassEntryCCClassDataStructure {
- somMethodTabs parentMtab;
- somDToken instanceDataToken;
- }
- #if !(defined(SOM_Module_scmeta_Source) || defined(SOMTMetaClassEntryC_Class_Source) || defined (SOM_DONT_IMPORT_CLASS_SOMTMetaClassEntryC))
- WIN32_DLLIMPORT
- #elif defined(_MSC_VER)||defined(_WIN32_DECL_PROTO)
- WIN32_DLLEXPORT
- #endif
- SOMDLINK SOMTMetaClassEntryCCClassData;
-
- /*
- * -- Typedefs for SOMTMetaClassEntryC Method Procedures
- */
- extern "C" {
- typedef string SOMLINK somTP_SOMTMetaClassEntryC__get_somtMetaFile(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC__get_somtMetaFile *somTD_SOMTMetaClassEntryC__get_somtMetaFile;
- typedef SOMTClassEntryC* SOMLINK somTP_SOMTMetaClassEntryC__get_somtMetaClassDef(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC__get_somtMetaClassDef *somTD_SOMTMetaClassEntryC__get_somtMetaClassDef;
-
- /*
- * -- Typedefs for Reintroduced Wrapper Methods
- */
- typedef string SOMLINK somTP_SOMTMetaClassEntryC__get_somtEntryName(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC__get_somtEntryName *somTD_SOMTMetaClassEntryC__get_somtEntryName;
- typedef void SOMLINK somTP_SOMTMetaClassEntryC__set_somtEntryName(SOMTMetaClassEntryC *somSelf,
- string somtEntryName);
- typedef somTP_SOMTMetaClassEntryC__set_somtEntryName *somTD_SOMTMetaClassEntryC__set_somtEntryName;
- typedef SOMTTypes SOMLINK somTP_SOMTMetaClassEntryC__get_somtElementType(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC__get_somtElementType *somTD_SOMTMetaClassEntryC__get_somtElementType;
- typedef void SOMLINK somTP_SOMTMetaClassEntryC__set_somtElementType(SOMTMetaClassEntryC *somSelf,
- SOMTTypes somtElementType);
- typedef somTP_SOMTMetaClassEntryC__set_somtElementType *somTD_SOMTMetaClassEntryC__set_somtElementType;
- typedef string SOMLINK somTP_SOMTMetaClassEntryC__get_somtElementTypeName(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC__get_somtElementTypeName *somTD_SOMTMetaClassEntryC__get_somtElementTypeName;
- typedef string SOMLINK somTP_SOMTMetaClassEntryC__get_somtEntryComment(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC__get_somtEntryComment *somTD_SOMTMetaClassEntryC__get_somtEntryComment;
- typedef unsigned long SOMLINK somTP_SOMTMetaClassEntryC__get_somtSourceLineNumber(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC__get_somtSourceLineNumber *somTD_SOMTMetaClassEntryC__get_somtSourceLineNumber;
- typedef TypeCode SOMLINK somTP_SOMTMetaClassEntryC__get_somtTypeCode(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC__get_somtTypeCode *somTD_SOMTMetaClassEntryC__get_somtTypeCode;
- typedef boolean SOMLINK somTP_SOMTMetaClassEntryC__get_somtIsReference(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC__get_somtIsReference *somTD_SOMTMetaClassEntryC__get_somtIsReference;
- typedef string SOMLINK somTP_SOMTMetaClassEntryC__get_somtIDLScopedName(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC__get_somtIDLScopedName *somTD_SOMTMetaClassEntryC__get_somtIDLScopedName;
- typedef string SOMLINK somTP_SOMTMetaClassEntryC__get_somtCScopedName(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC__get_somtCScopedName *somTD_SOMTMetaClassEntryC__get_somtCScopedName;
- typedef string SOMLINK somTP_SOMTMetaClassEntryC_somtGetModifierValue(SOMTMetaClassEntryC *somSelf,
- string modifierName);
- typedef somTP_SOMTMetaClassEntryC_somtGetModifierValue *somTD_SOMTMetaClassEntryC_somtGetModifierValue;
- typedef boolean SOMLINK somTP_SOMTMetaClassEntryC_somtGetFirstModifier(SOMTMetaClassEntryC *somSelf,
- string* modifierName,
- string* modifierValue);
- typedef somTP_SOMTMetaClassEntryC_somtGetFirstModifier *somTD_SOMTMetaClassEntryC_somtGetFirstModifier;
- typedef boolean SOMLINK somTP_SOMTMetaClassEntryC_somtGetNextModifier(SOMTMetaClassEntryC *somSelf,
- string* modifierName,
- string* modifierValue);
- typedef somTP_SOMTMetaClassEntryC_somtGetNextModifier *somTD_SOMTMetaClassEntryC_somtGetNextModifier;
- typedef long SOMLINK somTP_SOMTMetaClassEntryC_somtFormatModifier(SOMTMetaClassEntryC *somSelf,
- string buffer,
- string name,
- string value);
- typedef somTP_SOMTMetaClassEntryC_somtFormatModifier *somTD_SOMTMetaClassEntryC_somtFormatModifier;
- typedef long SOMLINK somTP_SOMTMetaClassEntryC_somtGetModifierList(SOMTMetaClassEntryC *somSelf,
- string buffer);
- typedef somTP_SOMTMetaClassEntryC_somtGetModifierList *somTD_SOMTMetaClassEntryC_somtGetModifierList;
- typedef long SOMLINK somTP_SOMTMetaClassEntryC_somtSetSymbolsOnEntry(SOMTMetaClassEntryC *somSelf,
- SOMTEmitC* emitter,
- string prefix);
- typedef somTP_SOMTMetaClassEntryC_somtSetSymbolsOnEntry *somTD_SOMTMetaClassEntryC_somtSetSymbolsOnEntry;
- typedef void SOMLINK somTP_SOMTMetaClassEntryC_somtSetEntryStruct(SOMTMetaClassEntryC *somSelf,
- Entry* es);
- typedef somTP_SOMTMetaClassEntryC_somtSetEntryStruct *somTD_SOMTMetaClassEntryC_somtSetEntryStruct;
- typedef void SOMLINK somTP_SOMTMetaClassEntryC_somInit(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC_somInit *somTD_SOMTMetaClassEntryC_somInit;
- typedef void SOMLINK somTP_SOMTMetaClassEntryC_somUninit(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC_somUninit *somTD_SOMTMetaClassEntryC_somUninit;
- typedef SOMObject* SOMLINK somTP_SOMTMetaClassEntryC_somPrintSelf(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC_somPrintSelf *somTD_SOMTMetaClassEntryC_somPrintSelf;
- typedef void SOMLINK somTP_SOMTMetaClassEntryC_somDumpSelfInt(SOMTMetaClassEntryC *somSelf,
- long level);
- typedef somTP_SOMTMetaClassEntryC_somDumpSelfInt *somTD_SOMTMetaClassEntryC_somDumpSelfInt;
- typedef void SOMLINK somTP_SOMTMetaClassEntryC_somDumpSelf(SOMTMetaClassEntryC *somSelf,
- long level);
- typedef somTP_SOMTMetaClassEntryC_somDumpSelf *somTD_SOMTMetaClassEntryC_somDumpSelf;
- typedef void SOMLINK somTP_SOMTMetaClassEntryC_somDefaultInit(SOMTMetaClassEntryC *somSelf,
- somInitCtrl* ctrl);
- typedef somTP_SOMTMetaClassEntryC_somDefaultInit *somTD_SOMTMetaClassEntryC_somDefaultInit;
- typedef void SOMLINK somTP_SOMTMetaClassEntryC_somDestruct(SOMTMetaClassEntryC *somSelf,
- octet doFree,
- somDestructCtrl* ctrl);
- typedef somTP_SOMTMetaClassEntryC_somDestruct *somTD_SOMTMetaClassEntryC_somDestruct;
- typedef void SOMLINK somTP_SOMTMetaClassEntryC_somDefaultCopyInit(SOMTMetaClassEntryC *somSelf,
- somInitCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_SOMTMetaClassEntryC_somDefaultCopyInit *somTD_SOMTMetaClassEntryC_somDefaultCopyInit;
- typedef SOMTMetaClassEntryC* SOMLINK somTP_SOMTMetaClassEntryC_somDefaultAssign(SOMTMetaClassEntryC *somSelf,
- somAssignCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_SOMTMetaClassEntryC_somDefaultAssign *somTD_SOMTMetaClassEntryC_somDefaultAssign;
- typedef void SOMLINK somTP_SOMTMetaClassEntryC_somDefaultConstCopyInit(SOMTMetaClassEntryC *somSelf,
- somInitCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_SOMTMetaClassEntryC_somDefaultConstCopyInit *somTD_SOMTMetaClassEntryC_somDefaultConstCopyInit;
- typedef void SOMLINK somTP_SOMTMetaClassEntryC_somDefaultVCopyInit(SOMTMetaClassEntryC *somSelf,
- somInitCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_SOMTMetaClassEntryC_somDefaultVCopyInit *somTD_SOMTMetaClassEntryC_somDefaultVCopyInit;
- typedef void SOMLINK somTP_SOMTMetaClassEntryC_somDefaultConstVCopyInit(SOMTMetaClassEntryC *somSelf,
- somInitCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_SOMTMetaClassEntryC_somDefaultConstVCopyInit *somTD_SOMTMetaClassEntryC_somDefaultConstVCopyInit;
- typedef SOMTMetaClassEntryC* SOMLINK somTP_SOMTMetaClassEntryC_somDefaultConstAssign(SOMTMetaClassEntryC *somSelf,
- somAssignCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_SOMTMetaClassEntryC_somDefaultConstAssign *somTD_SOMTMetaClassEntryC_somDefaultConstAssign;
- typedef SOMTMetaClassEntryC* SOMLINK somTP_SOMTMetaClassEntryC_somDefaultVAssign(SOMTMetaClassEntryC *somSelf,
- somAssignCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_SOMTMetaClassEntryC_somDefaultVAssign *somTD_SOMTMetaClassEntryC_somDefaultVAssign;
- typedef SOMTMetaClassEntryC* SOMLINK somTP_SOMTMetaClassEntryC_somDefaultConstVAssign(SOMTMetaClassEntryC *somSelf,
- somAssignCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_SOMTMetaClassEntryC_somDefaultConstVAssign *somTD_SOMTMetaClassEntryC_somDefaultConstVAssign;
- typedef void SOMLINK somTP_SOMTMetaClassEntryC_somFree(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC_somFree *somTD_SOMTMetaClassEntryC_somFree;
- typedef SOMClass* SOMLINK somTP_SOMTMetaClassEntryC_somGetClass(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC_somGetClass *somTD_SOMTMetaClassEntryC_somGetClass;
- typedef string SOMLINK somTP_SOMTMetaClassEntryC_somGetClassName(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC_somGetClassName *somTD_SOMTMetaClassEntryC_somGetClassName;
- typedef long SOMLINK somTP_SOMTMetaClassEntryC_somGetSize(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC_somGetSize *somTD_SOMTMetaClassEntryC_somGetSize;
- typedef boolean SOMLINK somTP_SOMTMetaClassEntryC_somIsA(SOMTMetaClassEntryC *somSelf,
- SOMClass* aClassObj);
- typedef somTP_SOMTMetaClassEntryC_somIsA *somTD_SOMTMetaClassEntryC_somIsA;
- typedef boolean SOMLINK somTP_SOMTMetaClassEntryC_somIsInstanceOf(SOMTMetaClassEntryC *somSelf,
- SOMClass* aClassObj);
- typedef somTP_SOMTMetaClassEntryC_somIsInstanceOf *somTD_SOMTMetaClassEntryC_somIsInstanceOf;
- typedef boolean SOMLINK somTP_SOMTMetaClassEntryC_somRespondsTo(SOMTMetaClassEntryC *somSelf,
- somId mId);
- typedef somTP_SOMTMetaClassEntryC_somRespondsTo *somTD_SOMTMetaClassEntryC_somRespondsTo;
- typedef boolean SOMLINK somTP_SOMTMetaClassEntryC_somDispatch(SOMTMetaClassEntryC *somSelf,
- somToken* retValue,
- somId methodId,
- va_list ap);
- typedef somTP_SOMTMetaClassEntryC_somDispatch *somTD_SOMTMetaClassEntryC_somDispatch;
- typedef boolean SOMLINK somTP_SOMTMetaClassEntryC_somClassDispatch(SOMTMetaClassEntryC *somSelf,
- SOMClass* clsObj,
- somToken* retValue,
- somId methodId,
- va_list ap);
- typedef somTP_SOMTMetaClassEntryC_somClassDispatch *somTD_SOMTMetaClassEntryC_somClassDispatch;
- typedef boolean SOMLINK somTP_SOMTMetaClassEntryC_somCastObj(SOMTMetaClassEntryC *somSelf,
- SOMClass* cls);
- typedef somTP_SOMTMetaClassEntryC_somCastObj *somTD_SOMTMetaClassEntryC_somCastObj;
- typedef boolean SOMLINK somTP_SOMTMetaClassEntryC_somResetObj(SOMTMetaClassEntryC *somSelf);
- typedef somTP_SOMTMetaClassEntryC_somResetObj *somTD_SOMTMetaClassEntryC_somResetObj;
- }
-
- #endif /* SOMTMetaClassEntryC_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 SOMTMetaClassEntryC
- */
- class SOMTMetaClassEntryC : public SOMTEntryC
- {
- public:
-
- // SOMTMetaClassEntryC::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 (!_SOMTMetaClassEntryC) SOMTMetaClassEntryCNewClass(SOMTMetaClassEntryC_MajorVersion,SOMTMetaClassEntryC_MinorVersion);
- return (void*)
- SOM_Resolve(_SOMTMetaClassEntryC,SOMClass,somNewNoInit)
- ((SOMClass *)((void*)_SOMTMetaClassEntryC));
- }
-
- // SOMTMetaClassEntryC::delete uses somDestruct.
- void operator delete(void * obj)
- {
- if (obj && *(void**)obj) {
- SOM_Resolve(obj,SOMObject,somDestruct)
- ((SOMObject*)obj, 1, 0);
- }
- }
-
- SOMTMetaClassEntryC()
- {
- if (*(void**)this !=
- ((somParentMtabStructPtr)
- (SOMTMetaClassEntryCCClassData.parentMtab))->mtab)
- return;
- ((SOMObject*)((void*)this))->somDefaultInit(0);
- }
-
- SOMTMetaClassEntryC(SOMTMetaClassEntryC* fromObj)
- {
- if (*(void**)this !=
- ((somParentMtabStructPtr)
- (SOMTMetaClassEntryCCClassData.parentMtab))->mtab)
- return;
- ((SOMObject*)((void*)this))->somDefaultCopyInit(0,((SOMObject*)((void*)fromObj)));
- }
-
- SOMTMetaClassEntryC(const SOMTMetaClassEntryC* fromObj)
- {
- if (*(void**)this !=
- ((somParentMtabStructPtr)
- (SOMTMetaClassEntryCCClassData.parentMtab))->mtab)
- return;
- ((SOMObject*)((void*)this))->somDefaultConstCopyInit(0,((SOMObject*)((void*)fromObj)));
- }
-
-
- /* method: _get_somtMetaFile */
- string _get_somtMetaFile()
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTMetaClassEntryC,_get_somtMetaFile)
- (this);
- }
-
-
- /* method: _get_somtMetaClassDef */
- SOMTClassEntryC* _get_somtMetaClassDef()
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTMetaClassEntryC,_get_somtMetaClassDef)
- (this);
- }
-
-
- /*
- * Reintroduce inherited methods
- */
-
- /* method: _get_somtEntryName */
- string _get_somtEntryName()
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTEntryC,_get_somtEntryName)
- (this);
- }
-
-
- /* method: _set_somtEntryName */
- void _set_somtEntryName(string somtEntryName)
- {
- SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTEntryC,_set_somtEntryName)
- (this,somtEntryName);
- }
-
-
- /* method: _get_somtElementType */
- SOMTTypes _get_somtElementType()
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTEntryC,_get_somtElementType)
- (this);
- }
-
-
- /* method: _set_somtElementType */
- void _set_somtElementType(SOMTTypes somtElementType)
- {
- SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTEntryC,_set_somtElementType)
- (this,somtElementType);
- }
-
-
- /* method: _get_somtElementTypeName */
- string _get_somtElementTypeName()
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTEntryC,_get_somtElementTypeName)
- (this);
- }
-
-
- /* method: _get_somtEntryComment */
- string _get_somtEntryComment()
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTEntryC,_get_somtEntryComment)
- (this);
- }
-
-
- /* method: _get_somtSourceLineNumber */
- unsigned long _get_somtSourceLineNumber()
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTEntryC,_get_somtSourceLineNumber)
- (this);
- }
-
-
- /* method: _get_somtTypeCode */
- TypeCode _get_somtTypeCode()
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTEntryC,_get_somtTypeCode)
- (this);
- }
-
-
- /* method: _get_somtIsReference */
- boolean _get_somtIsReference()
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTEntryC,_get_somtIsReference)
- (this);
- }
-
-
- /* method: _get_somtIDLScopedName */
- string _get_somtIDLScopedName()
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTEntryC,_get_somtIDLScopedName)
- (this);
- }
-
-
- /* method: _get_somtCScopedName */
- string _get_somtCScopedName()
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTEntryC,_get_somtCScopedName)
- (this);
- }
-
-
- /* method: somtGetModifierValue */
- string somtGetModifierValue(string modifierName)
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTEntryC,somtGetModifierValue)
- (this,modifierName);
- }
-
-
- /* method: somtGetFirstModifier */
- boolean somtGetFirstModifier(string* modifierName,
- string* modifierValue)
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTEntryC,somtGetFirstModifier)
- (this,modifierName,modifierValue);
- }
-
-
- /* method: somtGetNextModifier */
- boolean somtGetNextModifier(string* modifierName,
- string* modifierValue)
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTEntryC,somtGetNextModifier)
- (this,modifierName,modifierValue);
- }
-
-
- /* method: somtFormatModifier */
- long somtFormatModifier(string buffer,
- string name,
- string value)
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTEntryC,somtFormatModifier)
- (this,buffer,name,value);
- }
-
-
- /* method: somtGetModifierList */
- long somtGetModifierList(string buffer)
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTEntryC,somtGetModifierList)
- (this,buffer);
- }
-
-
- /* method: somtSetSymbolsOnEntry */
- long somtSetSymbolsOnEntry(SOMTEmitC* emitter,
- string prefix)
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTEntryC,somtSetSymbolsOnEntry)
- (this,emitter,prefix);
- }
-
-
- /* method: somtSetEntryStruct */
- void somtSetEntryStruct(Entry* es)
- {
- SOM_ResolveD(this,SOMTMetaClassEntryC,SOMTEntryC,somtSetEntryStruct)
- (this,es);
- }
-
-
- /* method: somInit */
- void somInit()
- {
- SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somInit)
- (this);
- }
-
-
- /* method: somUninit */
- void somUninit()
- {
- SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somUninit)
- (this);
- }
-
-
- /* method: somPrintSelf */
- SOMObject* somPrintSelf()
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somPrintSelf)
- (this);
- }
-
-
- /* method: somDumpSelfInt */
- void somDumpSelfInt(long level)
- {
- SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somDumpSelfInt)
- (this,level);
- }
-
-
- /* method: somDumpSelf */
- void somDumpSelf(long level)
- {
- SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somDumpSelf)
- (this,level);
- }
-
-
- /* initializer method: somDefaultInit */
- void somDefaultInit(somInitCtrl* ctrl)
- {
- SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somDefaultInit)
- (this,ctrl);
- }
-
-
- /* method: somDestruct */
- void somDestruct(octet doFree,
- somDestructCtrl* ctrl)
- {
- SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somDestruct)
- (this,doFree,ctrl);
- }
-
-
- /* initializer method: somDefaultCopyInit */
- void somDefaultCopyInit(somInitCtrl* ctrl,
- SOMObject* fromObj)
- {
- SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somDefaultCopyInit)
- (this,ctrl,fromObj);
- }
-
-
- /* method: somDefaultAssign */
- SOMTMetaClassEntryC* somDefaultAssign(somAssignCtrl* ctrl,
- SOMObject* fromObj)
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somDefaultAssign)
- (this,ctrl,fromObj);
- }
-
-
- /* initializer method: somDefaultConstCopyInit */
- void somDefaultConstCopyInit(somInitCtrl* ctrl,
- SOMObject* fromObj)
- {
- SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somDefaultConstCopyInit)
- (this,ctrl,fromObj);
- }
-
-
- /* initializer method: somDefaultVCopyInit */
- void somDefaultVCopyInit(somInitCtrl* ctrl,
- SOMObject* fromObj)
- {
- SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somDefaultVCopyInit)
- (this,ctrl,fromObj);
- }
-
-
- /* initializer method: somDefaultConstVCopyInit */
- void somDefaultConstVCopyInit(somInitCtrl* ctrl,
- SOMObject* fromObj)
- {
- SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somDefaultConstVCopyInit)
- (this,ctrl,fromObj);
- }
-
-
- /* method: somDefaultConstAssign */
- SOMTMetaClassEntryC* somDefaultConstAssign(somAssignCtrl* ctrl,
- SOMObject* fromObj)
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somDefaultConstAssign)
- (this,ctrl,fromObj);
- }
-
-
- /* method: somDefaultVAssign */
- SOMTMetaClassEntryC* somDefaultVAssign(somAssignCtrl* ctrl,
- SOMObject* fromObj)
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somDefaultVAssign)
- (this,ctrl,fromObj);
- }
-
-
- /* method: somDefaultConstVAssign */
- SOMTMetaClassEntryC* somDefaultConstVAssign(somAssignCtrl* ctrl,
- SOMObject* fromObj)
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somDefaultConstVAssign)
- (this,ctrl,fromObj);
- }
-
-
- /* method: somFree */
- void somFree()
- {
- SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somFree)
- (this);
- }
-
-
- /* method: somGetClass */
- SOMClass* somGetClass()
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somGetClass)
- (this);
- }
-
-
- /* method: somGetClassName */
- string somGetClassName()
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somGetClassName)
- (this);
- }
-
-
- /* method: somGetSize */
- long somGetSize()
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somGetSize)
- (this);
- }
-
-
- /* method: somIsA */
- boolean somIsA(SOMClass* aClassObj)
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somIsA)
- (this,aClassObj);
- }
-
-
- /* method: somIsInstanceOf */
- boolean somIsInstanceOf(SOMClass* aClassObj)
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somIsInstanceOf)
- (this,aClassObj);
- }
-
-
- /* method: somRespondsTo */
- boolean somRespondsTo(somId mId)
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somRespondsTo)
- (this,mId);
- }
-
-
- /* va_list method: somDispatch */
- /* the va_list invocation form */
- boolean SOMTMetaClassEntryC_somDispatch(somToken* retValue,
- somId methodId,
- va_list ap)
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,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,SOMTMetaClassEntryC,SOMObject,somDispatch)
- (this,retValue,methodId,ap);
- va_end(ap);
- return __somResult;
- }
-
-
- /* va_list method: somClassDispatch */
- /* the va_list invocation form */
- boolean SOMTMetaClassEntryC_somClassDispatch(SOMClass* clsObj,
- somToken* retValue,
- somId methodId,
- va_list ap)
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,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,SOMTMetaClassEntryC,SOMObject,somClassDispatch)
- (this,clsObj,retValue,methodId,ap);
- va_end(ap);
- return __somResult;
- }
-
-
- /* method: somCastObj */
- boolean somCastObj(SOMClass* cls)
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somCastObj)
- (this,cls);
- }
-
-
- /* method: somResetObj */
- boolean somResetObj()
- {
- return SOM_ResolveD(this,SOMTMetaClassEntryC,SOMObject,somResetObj)
- (this);
- }
-
-
-
- }; /* SOMTMetaClassEntryC */
-
-
-
- #endif /* SOM_SOMTMetaClassEntryC_xh */
-