• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
what is <> btw function name and parameters?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: what is <> btw function name and parameters?
      • From: Ryan Wilcox <email@hidden>
  • Prev by Date: Re: ZeroLink duplicate symbol warnings
  • Next by Date: Prebinding disabled because of overlap warning
  • Previous by thread: Re: ZeroLink duplicate symbol warnings
  • Next by thread: Re: what is <> btw function name and parameters?
  • Index(es):
    • Date
    • Thread