Changeset 108 in dev for BasicCompiler_Common/common.h


Ignore:
Timestamp:
May 6, 2007, 6:52:10 PM (17 years ago)
Author:
dai_9181
Message:

関数、クラスメソッドにImports機構を適用。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/common.h

    r107 r108  
    450450bool GetReturnTypeOfPropertyMethod( const char *variable, const char *rightSide, Type &resultType );
    451451bool GetReturnTypeOfIndexerGetterProc( const CClass &objClass, Type &resultType );
    452 GlobalProc *AddSubData( const NamespaceScopes &namespaceScopes, char *buffer,int nowLine,BOOL bVirtual,CClass *pobj_c, bool isStatic = false );
     452GlobalProc *AddSubData( const NamespaceScopes &namespaceScopes, const NamespaceScopesCollection &importedNamespaces, char *buffer,int nowLine,BOOL bVirtual,CClass *pobj_c, bool isStatic = false );
    453453void GetSubInfo(void);
    454454void DeleteSubInfo(GlobalProc **ppSubHash,char **ppMacroNames,int MacroNum);
Note: See TracChangeset for help on using the changeset viewer.