Accessor Methods
From: LuCk (LuCk_at_insight.rr.com)
Date: 12/30/03
- Next message: Jeff Schwab: "Re: Accessor Methods"
- Previous message: P.J. Plauger: "Re: Complex Roots"
- Next in thread: Jeff Schwab: "Re: Accessor Methods"
- Reply: Jeff Schwab: "Re: Accessor Methods"
- Reply: Victor Bazarov: "Re: Accessor Methods"
- Reply: Martin Eisenberg: "Re: Accessor Methods"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Dec 2003 17:14:44 GMT
Can someone explain what these really are for example:
----------------------------------------------------------
void SetFrameRate(int iFrameRate) { m_iFrameDelay = 1000 / iFrameRate; };
----------------------------------------------------------
I know what functions are and i know what void is and stuff but i dont get
the whole `Accessor Methods` term i guess.
Regards,
Carl
- Next message: Jeff Schwab: "Re: Accessor Methods"
- Previous message: P.J. Plauger: "Re: Complex Roots"
- Next in thread: Jeff Schwab: "Re: Accessor Methods"
- Reply: Jeff Schwab: "Re: Accessor Methods"
- Reply: Victor Bazarov: "Re: Accessor Methods"
- Reply: Martin Eisenberg: "Re: Accessor Methods"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|