Changeset 620 in dev for trunk/ab5.0/jenga/include


Ignore:
Timestamp:
May 19, 2008, 6:17:02 PM (16 years ago)
Author:
dai_9181
Message:

Projectクラスをリファクタリング中。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/jenga/include/common/Directory.h

    r523 r620  
    99public:
    1010    Directory( const std::string &path, bool isMake = false );
     11    Directory( const Directory &dir );
    1112
    12     std::string GetFullPath( const std::string &relationPath );
     13    const std::string &GetPath() const
     14    {
     15        return path;
     16    }
     17
     18    std::string GetFullPath( const std::string &relationPath ) const;
     19    std::string GetRelationalPath( const std::string &fullPath ) const;
    1320};
    1421
Note: See TracChangeset for help on using the changeset viewer.