Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/etc/Games/Score.inl File Reference

#include <j2k/etc/Games/Score.hpp>

Go to the source code of this file.

Functions

__inline bool operator== (const JScore &right)
__inline const JScoreoperator> (const JScore &right)
__inline const JScoreoperator< (const JScore &right)


Function Documentation

__inline const JScore& operator< const JScore   right
 

Definition at line 41 of file Score.inl.

00042 {
00043   return ( score < right.score );
00044 }

__inline bool operator== const JScore   right
 

Definition at line 30 of file Score.inl.

00031 {
00032   if ( score != right.score ) return FALSE;
00033   return !strcmp( name, right.name ); 
00034 }

__inline const JScore& operator> const JScore   right
 

Definition at line 36 of file Score.inl.

00037 {
00038   return ( score > right.score );
00039 }


Generated on Sun Oct 14 18:47:30 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001