what is <> btw function name and parameters?
what is <> btw function name and parameters?
- Subject: what is <> btw function name and parameters?
- From: 김경옥 <email@hidden>
- Date: Mon, 08 Mar 2004 17:30:09 +0900
hi,
I'm new to Mac OS Programming.
When I looked into carbon sample 'TCarbonEvent.cp', I wondered what
<... > between function name and parameters means.
for example,
//----------------------------------------------------------------------
-------------
// GetParameter
//----------------------------------------------------------------------
-------------
//
OSStatus TCarbonEvent::GetParameter(
EventParamName inName,
WindowRef* outWindow )
{
return GetParameter<WindowRef>( inName, typeWindowRef, outWindow );
}
<= is it the type of output parameter?
There are a lot of functions with same name and different <...>s.
Please let me know.
Thanks
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.