This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Prototypes of C++ methods


> |         Packet * receive (const bool Block = false) const;

> Refresh my C++ :-), what does the trailing const mean in this case?

That the method receive() will not modify any data members of the
instance (this) it is called for.

Maarten


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]