ARB
Public Member Functions | Public Attributes | List of all members
Int< I > Class Template Reference

#include <SQ_GroupData.h>

Collaboration diagram for Int< I >:
Collaboration graph
[legend]

Public Member Functions

int size () const
 
 Int ()
 
Intoperator+= (const Int &other)
 
Intoperator= (const Int &other)
 

Public Attributes

int i [I]
 

Detailed Description

template<int I>
class Int< I >

Definition at line 87 of file SQ_GroupData.h.

Constructor & Destructor Documentation

template<int I>
Int< I >::Int ( )
inline

Definition at line 97 of file SQ_GroupData.h.

References I.

Member Function Documentation

template<int I>
int Int< I >::size ( ) const
inline

Definition at line 93 of file SQ_GroupData.h.

References I.

template<int I>
Int& Int< I >::operator+= ( const Int< I > &  other)
inline

Definition at line 101 of file SQ_GroupData.h.

References Int< I >::i, and I.

template<int I>
Int& Int< I >::operator= ( const Int< I > &  other)
inline

Definition at line 109 of file SQ_GroupData.h.

References Int< I >::i, and I.

Member Data Documentation

template<int I>
int Int< I >::i[I]

Definition at line 91 of file SQ_GroupData.h.

Referenced by Int< I >::operator+=(), and Int< I >::operator=().


The documentation for this class was generated from the following file: