|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Field abstraction for numeric types with bounds. More...
Go to the source code of this file.
Classes | |
| class | Aleph::Field< Dtype > |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Typedefs | |
| typedef Field< int > | Aleph::Integer |
| typedef Field< short > | Aleph::Short |
| typedef Field< float > | Aleph::Float |
| typedef Field< double > | Aleph::Double |
| typedef Field< long double > | Aleph::Ldouble |
Functions | |
| template<class T > | |
| std::ostream & | Aleph::operator<< (std::ostream &osObject, const Field< T > &rightOp) |
Field abstraction for numeric types with bounds.
Provides Field template class representing numeric fields with minimum, maximum, and invalid value sentinels. Useful for domain-specific numeric constraints.
Definition in file ahField.H.