mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-04 02:24:29 +00:00
add an accessor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49023 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -283,6 +283,9 @@ namespace sys {
|
|||||||
/// @brief Returns the path as a C string.
|
/// @brief Returns the path as a C string.
|
||||||
const char *c_str() const { return path.c_str(); }
|
const char *c_str() const { return path.c_str(); }
|
||||||
|
|
||||||
|
/// size - Return the length in bytes of this path name.
|
||||||
|
unsigned size() const { return path.size(); }
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
/// @name Disk Accessors
|
/// @name Disk Accessors
|
||||||
/// @{
|
/// @{
|
||||||
|
Reference in New Issue
Block a user