Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
Teuchos::NullIteratorTraits< Iter > Class Template Reference

Base traits class for getting a properly initialized null pointer. More...

#include <Teuchos_NullIteratorTraits.hpp>

Static Public Member Functions

static Iter getNull ()
 

Detailed Description

template<typename Iter>
class Teuchos::NullIteratorTraits< Iter >

Base traits class for getting a properly initialized null pointer.

This default traits class simply passes in a raw '0' to the constructor. This works for a amazingly large number of classes that can be used a an iterator.

Definition at line 62 of file Teuchos_NullIteratorTraits.hpp.

Member Function Documentation

template<typename Iter >
static Iter Teuchos::NullIteratorTraits< Iter >::getNull ( )
inlinestatic

Definition at line 64 of file Teuchos_NullIteratorTraits.hpp.


The documentation for this class was generated from the following file: