mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-21 06:13:08 +01:00
filepath: Added clear and isEmpty methods.
This commit is contained in:
@@ -56,6 +56,9 @@ namespace bx
|
||||
///
|
||||
FilePath& operator=(const StringView& _rhs);
|
||||
|
||||
///
|
||||
void clear();
|
||||
|
||||
///
|
||||
void set(Dir::Enum _dir);
|
||||
|
||||
@@ -87,6 +90,9 @@ namespace bx
|
||||
///
|
||||
bool isAbsolute() const;
|
||||
|
||||
///
|
||||
bool isEmpty() const;
|
||||
|
||||
private:
|
||||
char m_filePath[kMaxFilePath];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user