gpt4 book ai didi

objective-c - ->运算符在-copyWithZone:中做什么?

转载 作者:行者123 更新时间:2023-12-01 17:18:35 25 4
gpt4 key购买 nike

Possible Duplicate:
Arrow operator (->) usage in C
Dot (“.”) operator and arrow (“->”) operator use in C vs. Objective-C


我是新手,正在寻找上一次于2008年更新的免费软件/开源程序,但在以下表示法中我看不到->:

- (id)copyWithZone:(NSZone *)zone
{
GFIPGeniusItem * newItem = [[[self class] allocWithZone:zone] init];
newItem->_stringValue = [_stringValue copy];
newItem->_imageURL = [_imageURL copy];
newItem->_webResourceURL = [_webResourceURL copy];
newItem->_speakableStringValue = [_speakableStringValue copy];
newItem->_soundURL = [_soundURL copy];
return newItem;
}

我假设它允许某种捷径,但是我很想具体说明它的作用。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com