Sauce-0.10.1
A C++ Dependency Injection Framework
Main Page
Classes
Files
File List
sauce
internal
memory
boost.h
1
#ifndef SAUCE_INTERNAL_MEMORY_BOOST_H_
2
#define SAUCE_INTERNAL_MEMORY_BOOST_H_
3
4
#include <boost/shared_ptr.hpp>
5
6
namespace
sauce
{
7
using
boost::auto_ptr;
8
using
boost::shared_ptr;
9
using
boost::weak_ptr;
10
using
boost::static_pointer_cast;
11
}
12
13
#endif // SAUCE_INTERNAL_MEMORY_BOOST_H_
sauce
Definition:
binder.h:21
Generated by
1.8.9.1