NGSolve  4.9
Public Member Functions
ngstd::INT< N > Class Template Reference

N integers. More...

#include <hashtable.hpp>

List of all members.

Public Member Functions

 INT (int ai1)
 init all
 INT (int ai1, int ai2)
 init i[0], i[1]
 INT (int ai1, int ai2, int ai3)
 init i[0], i[1], i[2]
 INT (int ai1, int ai2, int ai3, int ai4)
 init i[0], i[1], i[2]
 INT (const INT &in2)
 copy constructor
bool operator== (const INT &in2) const
 all ints equal ?
void Sort ()
 sort integers
int & operator[] (int j)
 access
const int & operator[] (int j) const
 access
void SetAll (int value)
INT< N > & operator= (int value)
INT< N > & operator= (INT< N > v2)
template<>
void Sort ()
template<>
void Sort ()

Detailed Description

template<int N>
class ngstd::INT< N >

N integers.


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