Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Teuchos_DataAccess.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Teuchos: Common Tools Package
4 //
5 // Copyright 2004 NTESS and the Teuchos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 // Kris
11 // 07.08.03 -- Move into Teuchos package/namespace
12 
13 #ifndef _TEUCHOS_DATAACCESS_HPP_
14 #define _TEUCHOS_DATAACCESS_HPP_
15 
20 namespace Teuchos {
21 
28  enum DataAccess {
29  Copy,
31  };
32 
33 } // namespace Teuchos
34 
35 #endif /* _TEUCHOS_DATAACCESS_HPP_ */