| 
    Sacado
    Development
    
   | 
 
#include <Sacado_TemplateIterator.hpp>


Public Member Functions | |
| ConstTemplateIterator (typename std::vector< Teuchos::RCP< BaseT > >::const_iterator p) | |
| Constructor.  | |
| bool | operator== (const ConstTemplateIterator &t) const | 
| Equal operator.  | |
| bool | operator!= (const ConstTemplateIterator &t) const | 
| Not equal operator.  | |
| 
Sacado::ConstTemplateIterator < BaseT >::reference  | operator* () const | 
| Dereference operator.  | |
| 
Sacado::ConstTemplateIterator < BaseT >::pointer  | operator-> () const | 
| -> operator  | |
| ConstTemplateIterator & | operator++ () | 
| Prefix ++.  | |
| ConstTemplateIterator | operator++ (int) | 
| Postfix ++.  | |
| Teuchos::RCP< BaseT > | rcp () const | 
| Returns a reference counted pointer object.  | |
Iterator for traversing through template instantiations stored by the TemplateManager class.
This class implements a standard forward iterator for the TemplateManager.
 1.8.5