10#ifndef TEUCHOS_NULL_ITERATOR_TRAITS_HPP 
   11#define TEUCHOS_NULL_ITERATOR_TRAITS_HPP 
   29template<
typename Iter>
 
   34#ifdef TEUCHOS_NO_ZERO_ITERATOR_CONVERSION 
 
   47template<
typename Iter>
 
   50  static std::reverse_iterator<Iter> getNull()
 
   52      return std::reverse_iterator<Iter>(
 
 
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
 
Base traits class for getting a properly initialized null pointer.
 
Smart reference counting pointer class for automatic garbage collection.
 
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...