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