GFC Logo GFC Title Logo
Reference Manual
Main Page  |  Namespace List  |  Alphabetical List  |  Class List  |  File List

integerobject.hh File Reference

A template base class for GTK+ integer objects. More...

Go to the source code of this file.

Namespaces

Classes

IntegerObject equality operators


Detailed Description

A template base class for GTK+ integer objects.

Provides a template base class for integer objects such as Gdk::Keyval, G::Quark and G::Unichar.


Function Documentation

template<typename IntegerType>
bool operator!= IntegerType  lhs,
const IntegerObject< IntegerType > &  rhs
[inline]
 

Inequality operator.

Parameters:
lhs A value of type IntegerType.
rhs An IntegerObject.
Returns:
true if the value of rhs is equal to lhs.

template<typename IntegerType>
bool operator!= const IntegerObject< IntegerType > &  lhs,
IntegerType  rhs
[inline]
 

Inequality operator.

Parameters:
lhs An IntegerObject.
rhs A value of type IntegerType.
Returns:
true if the value of lhs is equal to rhs.

template<typename IntegerType>
bool operator== IntegerType  lhs,
const IntegerObject< IntegerType > &  rhs
[inline]
 

Equality operator.

Parameters:
lhs A value of type IntegerType.
rhs An IntegerObject.
Returns:
true if the value of rhs is equal to lhs.

template<typename IntegerType>
bool operator== const IntegerObject< IntegerType > &  lhs,
IntegerType  rhs
[inline]
 

Equality operator.

Parameters:
lhs An IntegerObject.
rhs A value of type IntegerType.
Returns:
true if the value of lhs is equal to rhs.


Generated on Tue Aug 24 00:04:56 2004 for GFC-Core by doxygen 1.3.8