Capturing the concept of an uninitialized variable into a nice neat class.
Definition in file ValidType.hpp.


Go to the source code of this file.
Classes | |
| class | gnsstk::ValidType< T > |
Namespaces | |
| gnsstk | |
| For Sinex::InputHistory. | |
Typedefs | |
| typedef ValidType< char > | gnsstk::vchar |
| typedef ValidType< double > | gnsstk::vdouble |
| typedef ValidType< float > | gnsstk::vfloat |
| typedef ValidType< int > | gnsstk::vint |
| typedef ValidType< long > | gnsstk::vlong |
| typedef ValidType< short > | gnsstk::vshort |
| typedef ValidType< unsigned char > | gnsstk::vuchar |
| typedef ValidType< unsigned int > | gnsstk::vuint |
| typedef ValidType< unsigned long > | gnsstk::vulong |
| typedef ValidType< unsigned short > | gnsstk::vushort |
Functions | |
| gnsstk::NEW_EXCEPTION_CLASS (InvalidValue, gnsstk::Exception) | |
| template<class T > | |
| std::ostream & | gnsstk::operator<< (std::ostream &s, const ValidType< T > &r) noexcept |