Is inout documented anywhere?

2013-10-08 Thread Dave
Hi, I've just come across this: - (void) scrollViewWillEndDragging:(UIScrollView*) theScrollView withVelocity:(CGPoint) theVelocity targetContentOffset:(inout CGPoint*) theTargetContentOffset I've never seen the inout keyword before! It is documented anyway? I tried searching but can't find

Re: Is inout documented anywhere?

2013-10-08 Thread Igor Elland
Hi, On Oct 8, 2013, at 1:29 PM, Dave d...@looktowindward.com wrote: I've never seen the inout keyword before! It is documented anyway? I tried searching but can't find anything that describes how it is supposed to work? You can refer to their meanings here

Re: Is inout documented anywhere?

2013-10-08 Thread Dave
On 8 Oct 2013, at 12:35, Igor Elland igor.ell...@me.com wrote: Hi, On Oct 8, 2013, at 1:29 PM, Dave d...@looktowindward.com wrote: I've never seen the inout keyword before! It is documented anyway? I tried searching but can't find anything that describes how it is supposed to work?

Re: Is inout documented anywhere?

2013-10-08 Thread Lee Ann Rucker
On Oct 8, 2013, at 4:29 AM, Dave wrote: Hi, I've just come across this: - (void) scrollViewWillEndDragging:(UIScrollView*) theScrollView withVelocity:(CGPoint) theVelocity targetContentOffset:(inout CGPoint*) theTargetContentOffset I've never seen the inout keyword before! It is