Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Teuchos_RefCountPtrDecl.hpp
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#ifndef TEUCHOS_REFCOUNTPTR_DECL_HPP
11#define TEUCHOS_REFCOUNTPTR_DECL_HPP
12
13#include "Teuchos_RCPDecl.hpp"
14
18#define RefCountPtr RCP
19
20#endif // TEUCHOS_REFCOUNTPTR_DECL_HPP
Reference-counted pointer class and non-member templated function implementations.