Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
Teuchos_Array.hpp File Reference

Templated array class derived from the STL std::vector. More...

#include "Teuchos_ConfigDefs.hpp"
#include "Teuchos_Assert.hpp"
#include "Teuchos_TypeNameTraits.hpp"
#include "Teuchos_ArrayRCP.hpp"
#include "Teuchos_Tuple.hpp"
#include "Teuchos_Utils.hpp"
Include dependency graph for Teuchos_Array.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Teuchos::InvalidArrayStringRepresentation
 
class  Teuchos::Array< T >
 Replacement for std::vector that is compatible with the Teuchos Memory Management classes. More...
 
class  Teuchos::Array< T >
 Replacement for std::vector that is compatible with the Teuchos Memory Management classes. More...
 
class  Teuchos::TypeNameTraits< Array< T > >
 TypeNameTraits specialization for Array. More...
 

Namespaces

 Teuchos
 

Detailed Description

Templated array class derived from the STL std::vector.

Definition in file Teuchos_Array.hpp.