Ignore:
Timestamp:
Jun 26, 2007, 1:48:03 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 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};
Note: See TracChangeset for help on using the changeset viewer.