Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
ahField.H File Reference

Field abstraction for numeric types with bounds. More...

#include <iostream>
#include <limits>
#include <ahFunction.H>
Include dependency graph for ahField.H:

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< intAleph::Integer
 
typedef Field< shortAleph::Short
 
typedef Field< floatAleph::Float
 
typedef Field< doubleAleph::Double
 
typedef Field< long doubleAleph::Ldouble
 

Functions

template<class T >
std::ostream & Aleph::operator<< (std::ostream &osObject, const Field< T > &rightOp)
 

Detailed Description

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.

Author
Leandro Rabindranath León

Definition in file ahField.H.