__compare |
int __compare( const void *a, const void *b)
a
- Image buffer to compare against.
b
- Image buffer to compare against.
Compares the specified image buffers by age.
operator == |
bool operator == ( const image_struct &a, const image_struct &b)
a
- Image structure to compare against.
b
- Image structure to compare against.
Compares the specified image structures for equality.
© Max Rupp (feelgood@cs.pdx.edu). All rights reserved.
(Last Updated September 20, 2006)