#include <Field.hpp>

Public Member Functions | |
| Field () | |
| Field (const T &c) | |
| Field (const Field &f) | |
| void | init (const int c) |
| T & | operator[] (const int) |
| const T & | operator[] (const int) const |
| const Field & | operator= (const T val) |
| const Field & | operator= (const Field &f) |
| void | addAX (register const Field &f, register const T a=1.0) |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Field &f) |
| Memory::Field< 1, T >::Field | ( | ) | [inline] |
| Memory::Field< 1, T >::Field | ( | const T & | c | ) | [inline] |
| Memory::Field< 1, T >::Field | ( | const Field< 1, T > & | f | ) | [inline] |
| void Memory::Field< 1, T >::addAX | ( | register const Field< 1, T > & | f, | |
| register const T | a = 1.0 | |||
| ) | [inline] |
| void Memory::Field< 1, T >::init | ( | const int | c | ) | [inline] |
| const Field& Memory::Field< 1, T >::operator= | ( | const Field< 1, T > & | f | ) | [inline] |
| const Field& Memory::Field< 1, T >::operator= | ( | const T | val | ) | [inline] |
| const T& Memory::Field< 1, T >::operator[] | ( | const | int | ) | const [inline] |
| T& Memory::Field< 1, T >::operator[] | ( | const | int | ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const Field< 1, T > & | f | |||
| ) | [friend] |
1.6.1