Changeset 194 in dev for trunk/jenga/include


Ignore:
Timestamp:
Jun 26, 2007, 1:48:03 PM (17 years ago)
Author:
dai_9181
Message:
 
Location:
trunk/jenga/include/smoothie
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/jenga/include/smoothie/Namespace.h

    r192 r194  
    6969        return true;
    7070    }
    71 
    72     bool IsLiving() const;
    73 
    74     // 包括しているかをチェック
    75     // 例:
    76     // this =   "Discoversoft.ActiveBasic"
    77     // living = "Discoversoft.ActiveBasic"
    78     // name =   "ActiveBasic"
    79     // この場合、living は name を包括している。
    80     bool IsCoverd( const string &name ) const;
    81     bool IsCoverd( const NamespaceScopes &namespaceScopes ) const;
    8271};
    8372
     
    114103
    115104    void SplitNamespace( const char *fullName, char *namespaceStr, char *simpleName ) const;
    116 
    117     static bool CollectNamespaces( const char *source, NamespaceScopesCollection &namespaceScopesCollection );
    118105};
  • trunk/jenga/include/smoothie/Smoothie.h

    r192 r194  
    2727    class Temp{
    2828    public:
    29         // 現在の名前空間
    30         static NamespaceScopes liveingNamespaceScopes;
    31 
    32         // 現在インポートされている名前空間
    33         static NamespaceScopesCollection importedNamespaces;
    34 
    3529        // コンパイル中のクラス
    3630        static const CClass *pCompilingClass;
Note: See TracChangeset for help on using the changeset viewer.