Rosetta
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
utility
pointer
owning_ptr.hh
Go to the documentation of this file.
1
// -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
2
// vi: set ts=2 noet:
3
//
4
// (c) Copyright Rosetta Commons Member Institutions.
5
// (c) This file is part of the Rosetta software suite and is made available under license.
6
// (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
7
// (c) For more information, see http://www.rosettacommons.org. Questions about this can be
8
// (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
9
10
/// @file utility/pointer/owning_ptr.hh
11
/// @brief Non-owning access smart pointer -- dispatch class
12
/// @author Luki Goldschmidt <lugo@uw.edu>
13
14
#ifdef PTR_STD
15
#include <
utility/pointer/std/owning_ptr.hh
>
16
#endif
17
18
#ifdef PTR_BOOST
19
#include <
utility/pointer/boost/owning_ptr.hh
>
20
#endif
owning_ptr.hh
Owning smart pointer using C++11.
owning_ptr.hh
Owning smart pointer using C++11.
Generated on Sun Jan 17 2016 15:22:31 for Rosetta by
1.8.7