class Croft::String

Defined in:

croft/string.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Croft::Class

to_unsafe : Pointer(LibObjc::Instance) to_unsafe

Constructor methods inherited from class Croft::Class

new(obj : Pointer(LibObjc::Instance))
new
new

Class methods inherited from class Croft::Class

export(name : String | Nil = nil) export, objc_name : ::String objc_name, register(name : ::String) register, to_unsafe to_unsafe

Constructor Detail

def self.new(str : ::String) : self #

[View source]
def self.new(ptr : Pointer) #

[View source]

Class Method Detail

def self.empty : Pointer(LibObjc::Instance) #

[View source]

Instance Method Detail

def raw_string : Pointer(UInt8) #

[View source]
def to_s(io) #

[View source]