[][src]Trait uikit_sys::NSString_NSStringPathExtensions

pub trait NSString_NSStringPathExtensions: Sized + Deref {
    unsafe fn stringByAppendingPathComponent_(self, str_: NSString) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn stringByAppendingPathExtension_(self, str_: NSString) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn stringsByAppendingPaths_(self, paths: NSArray) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn completePathIntoString_caseSensitive_matchesIntoArray_filterTypes_(
        self,
        outputName: *mut NSString,
        flag: BOOL,
        outputArray: *mut NSArray,
        filterTypes: NSArray
    ) -> NSUInteger
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn getFileSystemRepresentation_maxLength_(
        self,
        cname: *mut c_char,
        max: NSUInteger
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn pathComponents(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isAbsolutePath(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn lastPathComponent(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn stringByDeletingLastPathComponent(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn pathExtension(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn stringByDeletingPathExtension(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn stringByAbbreviatingWithTildeInPath(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn stringByExpandingTildeInPath(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn stringByStandardizingPath(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn stringByResolvingSymlinksInPath(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn fileSystemRepresentation(self) -> *const c_char
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn pathWithComponents_(components: NSArray) -> NSString
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn stringByAppendingPathComponent_(self, str_: NSString) -> NSString where
    Self::Target: Message + Sized

unsafe fn stringByAppendingPathExtension_(self, str_: NSString) -> NSString where
    Self::Target: Message + Sized

unsafe fn stringsByAppendingPaths_(self, paths: NSArray) -> NSArray where
    Self::Target: Message + Sized

unsafe fn completePathIntoString_caseSensitive_matchesIntoArray_filterTypes_(
    self,
    outputName: *mut NSString,
    flag: BOOL,
    outputArray: *mut NSArray,
    filterTypes: NSArray
) -> NSUInteger where
    Self::Target: Message + Sized

unsafe fn getFileSystemRepresentation_maxLength_(
    self,
    cname: *mut c_char,
    max: NSUInteger
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn pathComponents(self) -> NSArray where
    Self::Target: Message + Sized

unsafe fn isAbsolutePath(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn lastPathComponent(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn stringByDeletingLastPathComponent(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn pathExtension(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn stringByDeletingPathExtension(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn stringByAbbreviatingWithTildeInPath(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn stringByExpandingTildeInPath(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn stringByStandardizingPath(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn stringByResolvingSymlinksInPath(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn fileSystemRepresentation(self) -> *const c_char where
    Self::Target: Message + Sized

unsafe fn pathWithComponents_(components: NSArray) -> NSString where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSString_NSStringPathExtensions for NSConstantString[src]

impl NSString_NSStringPathExtensions for NSMutableString[src]

impl NSString_NSStringPathExtensions for NSSimpleCString[src]

impl NSString_NSStringPathExtensions for NSString[src]

Loading content...