| 60 | |
| 61 | inline void setPath( const char* pPath ) { mPath = StringTable->insert( pPath ); } |
| 62 | inline StringTableEntry getPath( void ) const { return mPath; } |
| 63 | inline void setExtension( const char* pPath ) { mExtension = StringTable->insert( pPath ); } |
| 64 | inline StringTableEntry getExtension( void ) const { return mExtension; } |
| 65 | inline void setRecurse( const bool recurse ) { mRecurse = recurse; } |
no outgoing calls
no test coverage detected