Reference Manual
Inti Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Inti::IntegerObject< IntegerType > Class Template Reference

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

#include <inti/integerobject.h>

List of all members.

Public Types

Public Member Functions

Accessors

Protected Member Functions

Constructors

Detailed Description

template<typename IntegerType>
class Inti::IntegerObject< IntegerType >

A C++ template base class for integer objects.

IntegerObject is a template base class for integer objects like Gdk::Keyval, G::Quark and G::Unichar.


Constructor & Destructor Documentation

template<typename IntegerType>
Inti::IntegerObject< IntegerType >::IntegerObject IntegerType  value  )  [inline, protected]
 

Construct a new integer object.

Parameters:
value The integer value to initialize the integer object with.


Member Function Documentation

template<typename IntegerType>
bool Inti::IntegerObject< IntegerType >::operator!= const IntegerObject< IntegerType > &  other  )  const [inline]
 

Inequality operator.

Parameters:
other Another IntegerObject.
Returns:
true if the value of this integer object and other are not equal.

template<typename IntegerType>
bool Inti::IntegerObject< IntegerType >::operator== const IntegerObject< IntegerType > &  other  )  const [inline]
 

Equality operator.

Parameters:
other Another IntegerObject.
Returns:
true if the value of this integer object and other are equal.


The documentation for this class was generated from the following file: Main Page - Footer


Generated on Sun Sep 14 20:08:06 2003 for Inti by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002