#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Defines | |
#define | SHARED_PTR boost::shared_ptr |
#define | USE_BOOST_SHARED_PTR |
#define SHARED_PTR boost::shared_ptr |
Definition at line 30 of file SharedPtr.h.
#define USE_BOOST_SHARED_PTR |
Macros for switching between shared pointer implementations. Temprorary fix until it's decided which implementation to use.
Copyright (C) 2016 Jennifer Buehler
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Definition at line 25 of file SharedPtr.h.