Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

SPUC::sint< Bits > Class Template Reference
[Basic Classes]

Template class for signed integers (<33 bits). More...

#include <sint.h>

List of all members.

Public Member Functions

 sint ()
 sint (long y)
sint< Bits > operator= (const int_s &y)
sint< Bits > operator= (const long &y)
sint< Bits > operator() (long i)
 Dangerous : Can only be used on LHS!!!!


Detailed Description

template<long Bits = 32>
class SPUC::sint< Bits >

Template class for signed integers (<33 bits).

Template class for signed integers (<33 bits). The template parameter is the number of bits in the integer (default 32) Derived from base class int_s.


Constructor & Destructor Documentation

template<long Bits = 32>
SPUC::sint< Bits >::sint  )  [inline]
 

template<long Bits = 32>
SPUC::sint< Bits >::sint long  y  )  [inline]
 


Member Function Documentation

template<long Bits = 32>
sint<Bits> SPUC::sint< Bits >::operator() long  i  )  [inline]
 

Dangerous : Can only be used on LHS!!!!

template<long Bits = 32>
sint<Bits> SPUC::sint< Bits >::operator= const long &  y  )  [inline]
 

Here is the call graph for this function:

template<long Bits = 32>
sint<Bits> SPUC::sint< Bits >::operator= const int_s &  y  )  [inline]
 

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Fri Sep 16 11:09:09 2005 for spuc by  doxygen 1.4.4